|
LLVM
3.7.0
|
#include "llvm/ADT/Twine.h"#include "llvm/IR/DerivedTypes.h"#include "llvm/IR/Instruction.h"#include "llvm/IR/OperandTraits.h"#include "llvm/IR/Instruction.def"Go to the source code of this file.
Classes | |
| class | llvm::TerminatorInst |
| Subclasses of this class are all able to terminate a basic block. More... | |
| class | llvm::UnaryInstruction |
| struct | llvm::OperandTraits< UnaryInstruction > |
| class | llvm::BinaryOperator |
| struct | llvm::OperandTraits< BinaryOperator > |
| class | llvm::CastInst |
| This is the base class for all instructions that perform data casts. More... | |
| class | llvm::CmpInst |
| This class is the base class for the comparison instructions. More... | |
| struct | llvm::OperandTraits< CmpInst > |
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
Macros | |
| #define | HANDLE_BINARY_INST(N, OPC, CLASS) |
| These methods just forward to Create, and are useful when you statically know what type of instruction you're going to create. More... | |
| #define | HANDLE_BINARY_INST(N, OPC, CLASS) |
| These methods just forward to Create, and are useful when you statically know what type of instruction you're going to create. More... | |
| #define | HANDLE_BINARY_INST(N, OPC, CLASS) |
| These methods just forward to Create, and are useful when you statically know what type of instruction you're going to create. More... | |
| #define | DEFINE_HELPERS(OPC, NUWNSWEXACT) |
| #define DEFINE_HELPERS | ( | OPC, | |
| NUWNSWEXACT | |||
| ) |
Definition at line 251 of file InstrTypes.h.
| #define HANDLE_BINARY_INST | ( | N, | |
| OPC, | |||
| CLASS | |||
| ) |
These methods just forward to Create, and are useful when you statically know what type of instruction you're going to create.
These helpers just save some typing.
Definition at line 187 of file InstrTypes.h.
| #define HANDLE_BINARY_INST | ( | N, | |
| OPC, | |||
| CLASS | |||
| ) |
These methods just forward to Create, and are useful when you statically know what type of instruction you're going to create.
These helpers just save some typing.
Definition at line 187 of file InstrTypes.h.
| #define HANDLE_BINARY_INST | ( | N, | |
| OPC, | |||
| CLASS | |||
| ) |
These methods just forward to Create, and are useful when you statically know what type of instruction you're going to create.
These helpers just save some typing.
Definition at line 187 of file InstrTypes.h.
1.8.6