LLVM API Documentation

GetElementPtrConstantExpr Struct Reference

Inheritance diagram for GetElementPtrConstantExpr:

Inheritance graph
[legend]
Collaboration diagram for GetElementPtrConstantExpr:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 GetElementPtrConstantExpr (Constant *C, const std::vector< Constant * > &IdxList, const Type *DestTy)
 ~GetElementPtrConstantExpr ()

Detailed Description

GetElementPtrConstantExpr - This class is private to Constants.cpp, and is used behind the scenes to implement getelementpr constant exprs.

Definition at line 396 of file Constants.cpp.


Constructor & Destructor Documentation

GetElementPtrConstantExpr::GetElementPtrConstantExpr ( Constant C,
const std::vector< Constant * > &  IdxList,
const Type DestTy 
) [inline]

Definition at line 397 of file Constants.cpp.

References llvm::CallingConv::C, E, and llvm::cl::init().

GetElementPtrConstantExpr::~GetElementPtrConstantExpr (  )  [inline]

Definition at line 405 of file Constants.cpp.


The documentation for this struct was generated from the following file: