Searched defs:DenseMapAPIntKeyInfo (Results 1 – 3 of 3) sorted by relevance
42 struct DenseMapAPIntKeyInfo { struct43 struct KeyTy {55 static inline KeyTy getEmptyKey() { return KeyTy(APInt(1,0), 0); } in getEmptyKey()56 static inline KeyTy getTombstoneKey() { return KeyTy(APInt(1,1), 0); } in getTombstoneKey()57 static unsigned getHashValue(const KeyTy &Key) { in getHashValue()61 static bool isEqual(const KeyTy &LHS, const KeyTy &RHS) { in isEqual()
50 struct DenseMapAPIntKeyInfo { struct51 static inline APInt getEmptyKey() { in getEmptyKey()56 static inline APInt getTombstoneKey() { in getTombstoneKey()61 static unsigned getHashValue(const APInt &Key) { in getHashValue()64 static bool isEqual(const APInt &LHS, const APInt &RHS) { in isEqual()
62 struct DenseMapAPIntKeyInfo { struct63 static inline APInt getEmptyKey() { in getEmptyKey()69 static inline APInt getTombstoneKey() { in getTombstoneKey()75 static unsigned getHashValue(const APInt &Key) { in getHashValue()79 static bool isEqual(const APInt &LHS, const APInt &RHS) { in isEqual()