Searched refs:GEPValue (Results 1 – 1 of 1) sorted by relevance
563 struct GEPValue { struct567 GEPValue(Instruction *I) : Inst(I) { in GEPValue() argument571 GEPValue(Instruction *I, std::optional<int64_t> ConstantOffset) in GEPValue() function590 template <> struct DenseMapInfo<GEPValue> {591 static inline GEPValue getEmptyKey() { in getEmptyKey()595 static inline GEPValue getTombstoneKey() { in getTombstoneKey()599 static unsigned getHashValue(const GEPValue &Val);600 static bool isEqual(const GEPValue &LHS, const GEPValue &RHS);605 unsigned DenseMapInfo<GEPValue>::getHashValue(const GEPValue &Val) { in getHashValue()615 bool DenseMapInfo<GEPValue>::isEqual(const GEPValue &LHS, const GEPValue &RHS) { in isEqual()[all …]