llvm::InsertElementInst::classof

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

Synopses

Declared in <llvm/IR/Instructions.h>

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

static
bool
classof(Instruction const* I);
» more...

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

static
bool
classof(Value const* V);
» more...

Return Value

  • True if I is a InsertElementInst.
  • True if V is a InsertElementInst.

Parameters

NameDescription
IThe instruction to test.
VThe value to test.