Methods for support type inquiry through isa, cast, and dyn_cast.
Declared in <llvm/IR/Operator.h>
Methods for support type inquiry through isa, cast, and dyn_cast.
static
bool
classof(ConstantExpr const* CE);
» 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(Value const* V);
» more...
CE has this operator's opcode.I has this operator's opcode.V is an Instruction or ConstantExpr with this opcode.| Name | Description |
|---|---|
| CE | The constant expression to test. |
| I | The instruction to test. |
| V | The value to test. |