LLVM API Documentation

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

llvm::ArrayValType Class Reference

Collaboration diagram for llvm::ArrayValType:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 ArrayValType (const Type *val, int sz)
void doRefinement (const DerivedType *OldType, const Type *NewType)
bool operator< (const ArrayValType &MTV) const

Static Public Member Functions

static ArrayValType get (const ArrayType *AT)
static unsigned hashTypeStructure (const ArrayType *AT)

Detailed Description

Definition at line 895 of file Type.cpp.


Constructor & Destructor Documentation

llvm::ArrayValType::ArrayValType const Type val,
int  sz
[inline]
 

Definition at line 899 of file Type.cpp.


Member Function Documentation

void llvm::ArrayValType::doRefinement const DerivedType OldType,
const Type NewType
[inline]
 

Definition at line 910 of file Type.cpp.

static ArrayValType llvm::ArrayValType::get const ArrayType AT  )  [inline, static]
 

Definition at line 901 of file Type.cpp.

References llvm::SequentialType::getElementType(), and llvm::ArrayType::getNumElements().

static unsigned llvm::ArrayValType::hashTypeStructure const ArrayType AT  )  [inline, static]
 

Definition at line 905 of file Type.cpp.

References llvm::ArrayType::getNumElements().

bool llvm::ArrayValType::operator< const ArrayValType MTV  )  const [inline]
 

Definition at line 915 of file Type.cpp.

References Size, and ValTy.


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