LLVM API Documentation
#include <ConstantsContext.h>
Public Member Functions | |
void * | operator new (size_t s) |
UnaryConstantExpr (unsigned Opcode, Constant *C, Type *Ty) | |
DECLARE_TRANSPARENT_OPERAND_ACCESSORS (Value) |
UnaryConstantExpr - This class is private to Constants.cpp, and is used behind the scenes to implement unary constant exprs.
Definition at line 35 of file ConstantsContext.h.
llvm::UnaryConstantExpr::UnaryConstantExpr | ( | unsigned | Opcode, |
Constant * | C, | ||
Type * | Ty | ||
) | [inline] |
Definition at line 43 of file ConstantsContext.h.
void* llvm::UnaryConstantExpr::operator new | ( | size_t | s | ) | [inline] |
Reimplemented from llvm::User.
Definition at line 40 of file ConstantsContext.h.