Lines Matching refs:DenseMapInfo
273 template <> struct DenseMapInfo<OffsetValue> { struct
275 return OffsetValue{DenseMapInfo<const Value *>::getEmptyKey(), in getEmptyKey()
276 DenseMapInfo<int64_t>::getEmptyKey()}; in getEmptyKey()
280 return OffsetValue{DenseMapInfo<const Value *>::getTombstoneKey(), in getTombstoneKey()
281 DenseMapInfo<int64_t>::getEmptyKey()}; in getTombstoneKey()
285 return DenseMapInfo<std::pair<const Value *, int64_t>>::getHashValue( in getHashValue()
295 template <> struct DenseMapInfo<OffsetInstantiatedValue> { struct
298 DenseMapInfo<InstantiatedValue>::getEmptyKey(), in getEmptyKey()
299 DenseMapInfo<int64_t>::getEmptyKey()}; in getEmptyKey()
304 DenseMapInfo<InstantiatedValue>::getTombstoneKey(), in getTombstoneKey()
305 DenseMapInfo<int64_t>::getEmptyKey()}; in getTombstoneKey()
309 return DenseMapInfo<std::pair<InstantiatedValue, int64_t>>::getHashValue( in getHashValue()