LLVM API Documentation

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 1058 of file Type.cpp.


Constructor & Destructor Documentation

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

Definition at line 1062 of file Type.cpp.


Member Function Documentation

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

Definition at line 1073 of file Type.cpp.

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

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

References llvm::PackedType::getNumElements().

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

Definition at line 1078 of file Type.cpp.

References Size, and ValTy.


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