llvm::CoroAllocaAllocInst::classof

classof overloads

Synopses

Declared in <llvm/IR/Instructions.h>

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

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

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(IntrinsicInst 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 an IntrinsicInst.
  • True if I is a CallInst.
  • true if I is this kind of intrinsic.
  • true if V is this kind of value.

Parameters

NameDescription
IThe call instruction to test.
VValue to test.