llvm::InsertElementInst::classof

Methods for support type inquiry through isa, cast, and dyn_cast.

Synopsis

Declared in <llvm/IR/Instructions.h>

static
bool
classof(Instruction const* I);

Return Value

True if I is a InsertElementInst.

Parameters

NameDescription
IThe instruction to test.