Searched defs:DenseMapAPFloatKeyInfo (Results 1 – 1 of 1) sorted by relevance
68 struct DenseMapAPFloatKeyInfo { struct69 static inline APFloat getEmptyKey() { return APFloat(APFloat::Bogus, 1); } in getEmptyKey()70 static inline APFloat getTombstoneKey() { return APFloat(APFloat::Bogus, 2); } in getTombstoneKey()71 static unsigned getHashValue(const APFloat &Key) { in getHashValue()74 static bool isEqual(const APFloat &LHS, const APFloat &RHS) { in isEqual()