Lines Matching defs:StoreBasePtr
2050 Value *StoreBasePtr = Expander.expandCodeFor(StoreEv->getStart(),
2065 if (StoreBasePtr && (LoadBasePtr != StoreBasePtr)) {
2066 RecursivelyDeleteTriviallyDeadInstructions(StoreBasePtr, TLI);
2067 StoreBasePtr = nullptr;
2079 if (mayLoopAccessLocation(StoreBasePtr, ModRefInfo::ModRef, CurLoop, BECount,
2083 if (mayLoopAccessLocation(StoreBasePtr, ModRefInfo::ModRef, CurLoop,
2207 Value *SA = Builder.CreatePtrToInt(StoreBasePtr, IntPtrTy);
2276 {StoreBasePtr, LoadBasePtr, NumWords});
2279 StoreBasePtr, SI->getAlign(), LoadBasePtr, LI->getAlign(), NumBytes);
2282 NewCall = Builder.CreateMemCpy(StoreBasePtr, SI->getAlign(), LoadBasePtr,