Methods for support type inquiry through isa, cast, and dyn_cast.
Synopses
Declared in <llvm/IR/InstrTypes.h>
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.
Return Value
-
True if
Iis a BinaryOperator. -
True if
Vis a BinaryOperator.
Parameters
Name |
Description |
I |
The instruction to test. |
V |
The value to test. |
Created with MrDocs