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::PackedValType Class Reference

Collaboration diagram for llvm::PackedValType:

Collaboration graph
[legend]
List of all members.

Public Member Functions

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

Static Public Member Functions

static PackedValType get (const PackedType *PT)
static unsigned hashTypeStructure (const PackedType *PT)

Detailed Description

Definition at line 945 of file Type.cpp.


Constructor & Destructor Documentation

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

Definition at line 949 of file Type.cpp.


Member Function Documentation

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

Definition at line 960 of file Type.cpp.

static PackedValType llvm::PackedValType::get const PackedType PT  )  [inline, static]
 

Definition at line 951 of file Type.cpp.

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

static unsigned llvm::PackedValType::hashTypeStructure const PackedType PT  )  [inline, static]
 

Definition at line 955 of file Type.cpp.

References llvm::PackedType::getNumElements().

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

Definition at line 965 of file Type.cpp.

References Size, and ValTy.


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