Searched defs:MemAccessInfo (Results 1 – 3 of 3) sorted by relevance
76 struct MemAccessInfo { struct77 const Value *V = nullptr;78 const Value *Base = nullptr;79 int64_t Offset = 0;83 Printable print() const { in print()
96 typedef PointerIntPair<Value *, 1, bool> MemAccessInfo; typedef
658 typedef PointerIntPair<Value *, 1, bool> MemAccessInfo; typedef in __anonaf4eb2f30111::AccessAnalysis