Home
last modified time | relevance | path

Searched defs:DenseMapAPFloatKeyInfo (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DLLVMContextImpl.h77 struct DenseMapAPFloatKeyInfo { struct
78 static inline APFloat getEmptyKey() { return APFloat(APFloat::Bogus(), 1); } in getEmptyKey()
79 static inline APFloat getTombstoneKey() { in getTombstoneKey()
83 static unsigned getHashValue(const APFloat &Key) { in getHashValue()
87 static bool isEqual(const APFloat &LHS, const APFloat &RHS) { in isEqual()