LLVM API Documentation
#include <ConstantsContext.h>
Public Member Functions | |
void * | operator new (size_t s) |
ExtractValueConstantExpr (Constant *Agg, ArrayRef< unsigned > IdxList, Type *DestTy) | |
DECLARE_TRANSPARENT_OPERAND_ACCESSORS (Value) | |
Transparently provide more efficient getOperand methods. | |
Public Attributes | |
const SmallVector< unsigned, 4 > | Indices |
Indices - These identify which value to extract. |
ExtractValueConstantExpr - This class is private to Constants.cpp, and is used behind the scenes to implement extractvalue constant exprs.
Definition at line 162 of file ConstantsContext.h.
llvm::ExtractValueConstantExpr::ExtractValueConstantExpr | ( | Constant * | Agg, |
ArrayRef< unsigned > | IdxList, | ||
Type * | DestTy | ||
) | [inline] |
Definition at line 170 of file ConstantsContext.h.
Transparently provide more efficient getOperand methods.
void* llvm::ExtractValueConstantExpr::operator new | ( | size_t | s | ) | [inline] |
Reimplemented from llvm::User.
Definition at line 167 of file ConstantsContext.h.
Indices - These identify which value to extract.
Definition at line 178 of file ConstantsContext.h.