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


Constructor & Destructor Documentation

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

Definition at line 1079 of file Type.cpp.


Member Function Documentation

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

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

References llvm::PackedType::getNumElements().

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

Definition at line 1090 of file Type.cpp.

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

Definition at line 1095 of file Type.cpp.

References Size, and ValTy.


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