Home
last modified time | relevance | path

Searched refs:OffsetInstantiatedValue (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DCFLAndersAliasAnalysis.cpp150 struct OffsetInstantiatedValue { struct
155 bool operator==(OffsetInstantiatedValue LHS, OffsetInstantiatedValue RHS) { in operator ==()
297 template <> struct DenseMapInfo<OffsetInstantiatedValue> {
298 static OffsetInstantiatedValue getEmptyKey() { in getEmptyKey()
299 return OffsetInstantiatedValue{ in getEmptyKey()
304 static OffsetInstantiatedValue getTombstoneKey() { in getTombstoneKey()
305 return OffsetInstantiatedValue{ in getTombstoneKey()
310 static unsigned getHashValue(const OffsetInstantiatedValue &OVal) { in getHashValue()
315 static bool isEqual(const OffsetInstantiatedValue &LHS, in isEqual()
316 const OffsetInstantiatedValue &RHS) { in isEqual()