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, unsigned as)
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 1285 of file Type.cpp.


Constructor & Destructor Documentation

llvm::PointerValType::PointerValType ( const Type val,
unsigned  as 
) [inline]

Definition at line 1289 of file Type.cpp.


Member Function Documentation

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

Definition at line 1291 of file Type.cpp.

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

Definition at line 1295 of file Type.cpp.

References getSubElementHash().

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

Definition at line 1299 of file Type.cpp.

References AddressSpace, and ValTy.


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



This web site is hosted by the Computer Science Department at the University of Illinois at Urbana-Champaign.