Searched defs:MemAccessInfo (Results 1 – 3 of 3) sorted by relevance
78 struct MemAccessInfo { struct79 const Value *V;80 const Value *Base;81 int64_t Offset;82 MemAccessInfo() : V(nullptr), Base(nullptr), Offset(0) {} in MemAccessInfo() function85 Printable print() const { in print()
94 typedef PointerIntPair<Value *, 1, bool> MemAccessInfo; typedef
500 typedef PointerIntPair<Value *, 1, bool> MemAccessInfo; typedef in __anon718eb19e0111::AccessAnalysis