Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DLLVMContextImpl.h67 struct DenseMapAPFloatKeyInfo { struct
68 static inline APFloat getEmptyKey() { return APFloat(APFloat::Bogus, 1); } in getEmptyKey()
69 static inline APFloat getTombstoneKey() { return APFloat(APFloat::Bogus, 2); } in getTombstoneKey()
70 static unsigned getHashValue(const APFloat &Key) { in getHashValue()
73 static bool isEqual(const APFloat &LHS, const APFloat &RHS) { in isEqual()