Searched defs:DenseMapAPIntKeyInfo (Results 1 – 1 of 1) sorted by relevance
44 struct DenseMapAPIntKeyInfo { struct45 struct KeyTy {59 static inline KeyTy getEmptyKey() { return KeyTy(APInt(1,0), 0); } in getEmptyKey()60 static inline KeyTy getTombstoneKey() { return KeyTy(APInt(1,1), 0); } in getTombstoneKey()61 static unsigned getHashValue(const KeyTy &Key) { in getHashValue()64 static bool isEqual(const KeyTy &LHS, const KeyTy &RHS) { in isEqual()