Lines Matching refs:DenseMapInfo
275 template <> struct DenseMapInfo<OffsetValue> { struct
277 return OffsetValue{DenseMapInfo<const Value *>::getEmptyKey(), in getEmptyKey()
278 DenseMapInfo<int64_t>::getEmptyKey()}; in getEmptyKey()
282 return OffsetValue{DenseMapInfo<const Value *>::getTombstoneKey(), in getTombstoneKey()
283 DenseMapInfo<int64_t>::getEmptyKey()}; in getTombstoneKey()
287 return DenseMapInfo<std::pair<const Value *, int64_t>>::getHashValue( in getHashValue()
297 template <> struct DenseMapInfo<OffsetInstantiatedValue> { struct
300 DenseMapInfo<InstantiatedValue>::getEmptyKey(), in getEmptyKey()
301 DenseMapInfo<int64_t>::getEmptyKey()}; in getEmptyKey()
306 DenseMapInfo<InstantiatedValue>::getTombstoneKey(), in getTombstoneKey()
307 DenseMapInfo<int64_t>::getEmptyKey()}; in getTombstoneKey()
311 return DenseMapInfo<std::pair<InstantiatedValue, int64_t>>::getHashValue( in getHashValue()