Searched defs:DenseMapAPFloatKeyInfo (Results 1 – 3 of 3) sorted by relevance
66 struct DenseMapAPFloatKeyInfo { struct67 struct KeyTy {78 static inline KeyTy getEmptyKey() { in getEmptyKey()81 static inline KeyTy getTombstoneKey() { in getTombstoneKey()84 static unsigned getHashValue(const KeyTy &Key) { in getHashValue()87 static bool isEqual(const KeyTy &LHS, const KeyTy &RHS) { in isEqual()
69 struct DenseMapAPFloatKeyInfo { struct70 static inline APFloat getEmptyKey() { return APFloat(APFloat::Bogus, 1); } in getEmptyKey()71 static inline APFloat getTombstoneKey() { return APFloat(APFloat::Bogus, 2); } in getTombstoneKey()72 static unsigned getHashValue(const APFloat &Key) { in getHashValue()75 static bool isEqual(const APFloat &LHS, const APFloat &RHS) { in isEqual()
84 struct DenseMapAPFloatKeyInfo { struct85 static inline APFloat getEmptyKey() { return APFloat(APFloat::Bogus(), 1); } in getEmptyKey()86 static inline APFloat getTombstoneKey() { return APFloat(APFloat::Bogus(), 2); } in getTombstoneKey()88 static unsigned getHashValue(const APFloat &Key) { in getHashValue()92 static bool isEqual(const APFloat &LHS, const APFloat &RHS) { in isEqual()