LLVM  3.7.0
Static Public Member Functions | List of all members
llvm::DenseMapAPIntKeyInfo Struct Reference

#include <LLVMContextImpl.h>

Static Public Member Functions

static APInt getEmptyKey ()
 
static APInt getTombstoneKey ()
 
static unsigned getHashValue (const APInt &Key)
 
static bool isEqual (const APInt &LHS, const APInt &RHS)
 

Detailed Description

Definition at line 49 of file LLVMContextImpl.h.

Member Function Documentation

static APInt llvm::DenseMapAPIntKeyInfo::getEmptyKey ( )
inlinestatic

Definition at line 50 of file LLVMContextImpl.h.

References llvm::APInt::VAL.

static unsigned llvm::DenseMapAPIntKeyInfo::getHashValue ( const APInt Key)
inlinestatic

Definition at line 60 of file LLVMContextImpl.h.

References llvm::hash_value().

static APInt llvm::DenseMapAPIntKeyInfo::getTombstoneKey ( )
inlinestatic

Definition at line 55 of file LLVMContextImpl.h.

References llvm::APInt::VAL.

static bool llvm::DenseMapAPIntKeyInfo::isEqual ( const APInt LHS,
const APInt RHS 
)
inlinestatic

Definition at line 63 of file LLVMContextImpl.h.

References llvm::APInt::getBitWidth().


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