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 CallInst.
Parameters
Name |
Description |
I |
The instruction to test. |
Created with MrDocs