struct DenseMapAPFloatKeyInfo
Declaration
struct DenseMapAPFloatKeyInfo { /* full declaration omitted */ };
Declared at: llvm/lib/IR/LLVMContextImpl.h:84
Method Overview
- public static inline llvm::APFloat getEmptyKey()
- public static unsigned int getHashValue(const llvm::APFloat & Key)
- public static inline llvm::APFloat getTombstoneKey()
- public static bool isEqual(const llvm::APFloat & LHS, const llvm::APFloat & RHS)
Methods
¶static inline llvm::APFloat getEmptyKey()
static inline llvm::APFloat getEmptyKey()
Declared at: llvm/lib/IR/LLVMContextImpl.h:85
¶static unsigned int getHashValue(
const llvm::APFloat& Key)
static unsigned int getHashValue(
const llvm::APFloat& Key)
Declared at: llvm/lib/IR/LLVMContextImpl.h:88
Parameters
- const llvm::APFloat& Key
¶static inline llvm::APFloat getTombstoneKey()
static inline llvm::APFloat getTombstoneKey()
Declared at: llvm/lib/IR/LLVMContextImpl.h:86
¶static bool isEqual(const llvm::APFloat& LHS,
const llvm::APFloat& RHS)
static bool isEqual(const llvm::APFloat& LHS,
const llvm::APFloat& RHS)
Declared at: llvm/lib/IR/LLVMContextImpl.h:92
Parameters
- const llvm::APFloat& LHS
- const llvm::APFloat& RHS