Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp563 struct GEPValue { struct
567 GEPValue(Instruction *I) : Inst(I) { in GEPValue() argument
571 GEPValue(Instruction *I, std::optional<int64_t> ConstantOffset) in GEPValue() function
590 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 …]