llvm::isa_impl<Instruction, Value>

Specialization of isa_impl so isa<Instruction> works without Instruction.h.

Synopsis

Declared in <llvm/IR/Value.h>

template<>
struct isa_impl<Instruction, Value>;

Static Member Functions

NameDescription
doit Return true if Val is an Instruction.