Methods for support type inquiry through isa, cast, and dyn_cast.
Declared in <llvm/IR/Instructions.h>
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...
I is a ExtractElementInst.V is a ExtractElementInst.| Name | Description |
|---|---|
| I | The instruction to test. |
| V | The value to test. |