LLVM API Documentation

llvm::ArrayValType Class Reference

Collaboration diagram for llvm::ArrayValType:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 ArrayValType (const Type *val, uint64_t sz)
bool operator< (const ArrayValType &MTV) const

Static Public Member Functions

static ArrayValType get (const ArrayType *AT)
static unsigned hashTypeStructure (const ArrayType *AT)


Detailed Description

Definition at line 1127 of file Type.cpp.


Constructor & Destructor Documentation

llvm::ArrayValType::ArrayValType ( const Type val,
uint64_t  sz 
) [inline]

Definition at line 1131 of file Type.cpp.


Member Function Documentation

static ArrayValType llvm::ArrayValType::get ( const ArrayType AT  )  [inline, static]

Definition at line 1133 of file Type.cpp.

static unsigned llvm::ArrayValType::hashTypeStructure ( const ArrayType AT  )  [inline, static]

Definition at line 1137 of file Type.cpp.

References llvm::ArrayType::getNumElements().

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

Definition at line 1141 of file Type.cpp.

References Size, 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.