MemAccInst wraps the common members of LoadInst and StoreInst. Add uses of this class to
- ScopInfo::buildMemoryAccess
- BlockGenerator::generateLocationAccessed
- ScopInfo::addArrayAccess
- Scop::buildAliasGroups
- wherever polly::getPointerOperand was used
The class has been extracted out of D12975 (DeLICM) where it is used more extensively.