LLVM API Documentation

Public Member Functions | Public Attributes
llvm::ExtractValueConstantExpr Class Reference

#include <ConstantsContext.h>

Inheritance diagram for llvm::ExtractValueConstantExpr:
Inheritance graph
[legend]
Collaboration diagram for llvm::ExtractValueConstantExpr:
Collaboration graph
[legend]

List of all members.

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.

Detailed Description

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.


Constructor & Destructor Documentation

Definition at line 170 of file ConstantsContext.h.


Member Function Documentation

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.


Member Data Documentation

Indices - These identify which value to extract.

Definition at line 178 of file ConstantsContext.h.


The documentation for this class was generated from the following files: