LLVM API Documentation
#include <ConstantsContext.h>
Public Member Functions | |
void * | operator new (size_t s) |
ExtractElementConstantExpr (Constant *C1, Constant *C2) | |
DECLARE_TRANSPARENT_OPERAND_ACCESSORS (Value) | |
Transparently provide more efficient getOperand methods. |
ExtractElementConstantExpr - This class is private to Constants.cpp, and is used behind the scenes to implement extractelement constant exprs.
Definition at line 94 of file ConstantsContext.h.
llvm::ExtractElementConstantExpr::ExtractElementConstantExpr | ( | Constant * | C1, |
Constant * | C2 | ||
) | [inline] |
Definition at line 102 of file ConstantsContext.h.
Transparently provide more efficient getOperand methods.
void* llvm::ExtractElementConstantExpr::operator new | ( | size_t | s | ) | [inline] |
Reimplemented from llvm::User.
Definition at line 99 of file ConstantsContext.h.