llvm::Instruction::isCast

Determine if the Opcode is one of the CastInst instructions.

Synopsis

Declared in <llvm/IR/Instruction.h>

static
bool
isCast(unsigned int Opcode);

Return Value

if the Opcode is one of the CastInst instructions.