LLVM API Documentation
#include <ConstantsContext.h>


Public Member Functions | |
| void * | operator new (size_t s) |
| CompareConstantExpr (Type *ty, Instruction::OtherOps opc, unsigned short pred, Constant *LHS, Constant *RHS) | |
| DECLARE_TRANSPARENT_OPERAND_ACCESSORS (Value) | |
| Transparently provide more efficient getOperand methods. | |
Public Attributes | |
| unsigned short | predicate |
Definition at line 234 of file ConstantsContext.h.
| llvm::CompareConstantExpr::CompareConstantExpr | ( | Type * | ty, |
| Instruction::OtherOps | opc, | ||
| unsigned short | pred, | ||
| Constant * | LHS, | ||
| Constant * | RHS | ||
| ) | [inline] |
Definition at line 243 of file ConstantsContext.h.
Transparently provide more efficient getOperand methods.
| void* llvm::CompareConstantExpr::operator new | ( | size_t | s | ) | [inline] |
Reimplemented from llvm::User.
Definition at line 239 of file ConstantsContext.h.
Definition at line 242 of file ConstantsContext.h.