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

Collaboration diagram for llvm::PointerValType:

Collaboration graph
[legend]
List of all members.

Public Member Functions

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

Static Public Member Functions

static PointerValType get (const PointerType *PT)
static unsigned hashTypeStructure (const PointerType *PT)

Detailed Description

Definition at line 1052 of file Type.cpp.


Constructor & Destructor Documentation

llvm::PointerValType::PointerValType const Type val  )  [inline]
 

Definition at line 1055 of file Type.cpp.


Member Function Documentation

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

Definition at line 1066 of file Type.cpp.

static PointerValType llvm::PointerValType::get const PointerType PT  )  [inline, static]
 

Definition at line 1057 of file Type.cpp.

References llvm::SequentialType::getElementType().

static unsigned llvm::PointerValType::hashTypeStructure const PointerType PT  )  [inline, static]
 

Definition at line 1061 of file Type.cpp.

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

Definition at line 1071 of file Type.cpp.

References ValTy.


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