LLVM  4.0.0
Static Public Member Functions | List of all members
llvm::DenseMapAPFloatKeyInfo Struct Reference

#include <LLVMContextImpl.h>

Static Public Member Functions

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

Detailed Description

Definition at line 71 of file LLVMContextImpl.h.

Member Function Documentation

static APFloat llvm::DenseMapAPFloatKeyInfo::getEmptyKey ( )
inlinestatic

Definition at line 72 of file LLVMContextImpl.h.

References llvm::lltok::APFloat, and llvm::APFloatBase::Bogus().

static unsigned llvm::DenseMapAPFloatKeyInfo::getHashValue ( const APFloat Key)
inlinestatic

Definition at line 74 of file LLVMContextImpl.h.

References llvm::hash_value().

static APFloat llvm::DenseMapAPFloatKeyInfo::getTombstoneKey ( )
inlinestatic

Definition at line 73 of file LLVMContextImpl.h.

References llvm::lltok::APFloat, and llvm::APFloatBase::Bogus().

static bool llvm::DenseMapAPFloatKeyInfo::isEqual ( const APFloat LHS,
const APFloat RHS 
)
inlinestatic

Definition at line 77 of file LLVMContextImpl.h.

References llvm::APFloat::bitwiseIsEqual().


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