LLVM API Documentation

llvm::VectorValType Class Reference

Collaboration diagram for llvm::VectorValType:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 VectorValType (const Type *val, int sz)
bool operator< (const VectorValType &MTV) const

Static Public Member Functions

static VectorValType get (const VectorType *PT)
static unsigned hashTypeStructure (const VectorType *PT)


Detailed Description

Definition at line 1171 of file Type.cpp.


Constructor & Destructor Documentation

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

Definition at line 1175 of file Type.cpp.


Member Function Documentation

static VectorValType llvm::VectorValType::get ( const VectorType PT  )  [inline, static]

Definition at line 1177 of file Type.cpp.

static unsigned llvm::VectorValType::hashTypeStructure ( const VectorType PT  )  [inline, static]

Definition at line 1181 of file Type.cpp.

References llvm::VectorType::getNumElements().

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

Definition at line 1185 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.