LLVM 22.0.0git
llvm::isa_impl_wrap< To, From, SimpleFrom > Struct Template Reference

#include "llvm/Support/Casting.h"

Inheritance diagram for llvm::isa_impl_wrap< To, From, SimpleFrom >:
[legend]

Static Public Member Functions

static bool doit (const From &Val)

Detailed Description

template<typename To, typename From, typename SimpleFrom>
struct llvm::isa_impl_wrap< To, From, SimpleFrom >

Definition at line 123 of file Casting.h.

Member Function Documentation

◆ doit()

template<typename To, typename From, typename SimpleFrom>
bool llvm::isa_impl_wrap< To, From, SimpleFrom >::doit ( const From & Val)
inlinestatic

Definition at line 126 of file Casting.h.

References doit(), and llvm::simplify_type< From >::getSimplifiedValue().

Referenced by doit().


The documentation for this struct was generated from the following file: