Searched defs:CachedHash (Results 1 – 1 of 1) sorted by relevance
33 template <typename T> struct CachedHash { struct34 CachedHash(T Val) : Val(std::move(Val)) { in CachedHash() argument37 CachedHash(T Val, unsigned Hash) : Val(std::move(Val)), Hash(Hash) {} in CachedHash() function42 // Provide DenseMapInfo for all CachedHash<T>. argument