Searched defs:MemAccessInfo (Results 1 – 3 of 3) sorted by relevance
75 struct MemAccessInfo { struct76 const Value *V;77 const Value *Base;78 int64_t Offset;79 MemAccessInfo() : V(nullptr), Base(nullptr), Offset(0) {} in MemAccessInfo() argument82 Printable print() const { in print()
89 typedef PointerIntPair<Value *, 1, bool> MemAccessInfo; typedef
505 typedef PointerIntPair<Value *, 1, bool> MemAccessInfo; typedef in __anonfa5b465e0111::AccessAnalysis