Additional Inherited Members | |
![]() | |
enum | Opcode { Generic, TerminatorStart, Branch, Return, TerminatorEnd, Phi } |
All the different types of execution. | |
![]() | |
enum | ValueKind { Value, Instruction, Data } |
![]() | |
Instruction (Opcode op) | |
Opcode | getOpcode () const |
![]() | |
Value (ValueKind K) | |
ValueKind | getKind () const |
![]() | |
static bool | classof (const Value *V) |
Definition at line 93 of file Compiler.h.