Searched defs:KeyTy (Results 1 – 2 of 2) sorted by relevance
45 struct KeyTy { struct46 APInt val;47 Type* type;48 KeyTy(const APInt& V, Type* Ty) : val(V), type(Ty) {} in KeyTy() function55 friend hash_code hash_value(const KeyTy &Key) { in hash_value()70 struct KeyTy { struct71 APFloat val;72 KeyTy(const APFloat& V) : val(V){} in KeyTy() argument79 friend hash_code hash_value(const KeyTy &Key) { in hash_value()98 struct KeyTy { struct[all …]
101 SmallPtrSet<KeyTy, 4> > &ReverseMap, in RemoveFromReverseMap()