LLVM API Documentation

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


Constructor & Destructor Documentation

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

Definition at line 1186 of file Type.cpp.


Member Function Documentation

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

Definition at line 1188 of file Type.cpp.

References llvm::SequentialType::getElementType().

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

Definition at line 1192 of file Type.cpp.

References getSubElementHash().

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

Definition at line 1197 of file Type.cpp.

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

Definition at line 1202 of file Type.cpp.

References ValTy.


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