classof overloads
Synopses
Declared in <llvm/IR/Instructions.h>
Methods for support type inquiry through isa, cast, and dyn_cast.
Methods for support type inquiry through isa, cast, and dyn_cast.
static
bool
classof(Instruction const* I);
Methods for support type inquiry through isa, cast, and dyn_cast:
static
bool
classof(IntrinsicInst const* I);
Methods for support type inquiry through isa, cast, and dyn_cast:
Return Value
-
True if
Iis an IntrinsicInst. -
True if
Iis aCallInst. -
true if
Iis this kind of intrinsic. -
true if
Vis this kind of value.
Parameters
Name |
Description |
I |
The call instruction to test. |
V |
Value to test. |
Created with MrDocs