Lines Matching defs:StoreBasePtr
2052 Value *StoreBasePtr = Expander.expandCodeFor(StoreEv->getStart(),
2067 if (StoreBasePtr && (LoadBasePtr != StoreBasePtr)) {
2068 RecursivelyDeleteTriviallyDeadInstructions(StoreBasePtr, TLI);
2069 StoreBasePtr = nullptr;
2081 if (mayLoopAccessLocation(StoreBasePtr, ModRefInfo::ModRef, CurLoop, BECount,
2085 if (mayLoopAccessLocation(StoreBasePtr, ModRefInfo::ModRef, CurLoop,
2209 Value *SA = Builder.CreatePtrToInt(StoreBasePtr, IntPtrTy);
2278 {StoreBasePtr, LoadBasePtr, NumWords});
2281 StoreBasePtr, SI->getAlign(), LoadBasePtr, LI->getAlign(), NumBytes);
2284 NewCall = Builder.CreateMemCpy(StoreBasePtr, SI->getAlign(), LoadBasePtr,