LLVM API Documentation

llvm::ArrayValType Class Reference

Collaboration diagram for llvm::ArrayValType:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 ArrayValType (const Type *val, uint64_t 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 1025 of file Type.cpp.


Constructor & Destructor Documentation

llvm::ArrayValType::ArrayValType ( const Type val,
uint64_t  sz 
) [inline]

Definition at line 1029 of file Type.cpp.


Member Function Documentation

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

Definition at line 1031 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 1035 of file Type.cpp.

References llvm::ArrayType::getNumElements().

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

Definition at line 1040 of file Type.cpp.

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

Definition at line 1045 of file Type.cpp.

References Size, and ValTy.


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