classof overloads
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...
I is an IntrinsicInst.I is a CallInst.I is this kind of intrinsic.V is this kind of value.| Name | Description |
|---|---|
| I | The call instruction to test. |
| V | Value to test. |