LLVM API Documentation

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

DenseMapAPIntKeyInfo Struct Reference

List of all members.

Static Public Member Functions

KeyTy getEmptyKey ()
KeyTy getTombstoneKey ()
unsigned getHashValue (const KeyTy &Key)
bool isEqual (const KeyTy &LHS, const KeyTy &RHS)
bool isPod ()

Member Function Documentation

KeyTy DenseMapAPIntKeyInfo::getEmptyKey  )  [inline, static]
 

Definition at line 234 of file Constants.cpp.

unsigned DenseMapAPIntKeyInfo::getHashValue const KeyTy Key  )  [inline, static]
 

Definition at line 236 of file Constants.cpp.

References llvm::APInt::getHashValue(), DenseMapAPIntKeyInfo::KeyTy::type, and DenseMapAPIntKeyInfo::KeyTy::val.

KeyTy DenseMapAPIntKeyInfo::getTombstoneKey  )  [inline, static]
 

Definition at line 235 of file Constants.cpp.

bool DenseMapAPIntKeyInfo::isEqual const KeyTy LHS,
const KeyTy RHS
[inline, static]
 

Definition at line 240 of file Constants.cpp.

bool DenseMapAPIntKeyInfo::isPod  )  [inline, static]
 

Definition at line 243 of file Constants.cpp.


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


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