Lines Matching refs:BasePtrStartSCEV
188 const SCEV *BasePtrStartSCEV,
528 const SCEV *BasePtrStartSCEV = nullptr; in rewriteLoadStores() local
530 BasePtrStartSCEV = in rewriteLoadStores()
533 BasePtrStartSCEV = BasePtrSCEV->getStart(); in rewriteLoadStores()
535 if (!isSafeToExpand(BasePtrStartSCEV, *SE)) in rewriteLoadStores()
538 if (alreadyPrepared(L, MemI, BasePtrStartSCEV, BasePtrIncSCEV, Form)) in rewriteLoadStores()
541 LLVM_DEBUG(dbgs() << "PIP: New start is: " << *BasePtrStartSCEV << "\n"); in rewriteLoadStores()
553 Value *BasePtrStart = SCEVE.expandCodeFor(BasePtrStartSCEV, I8PtrTy, in rewriteLoadStores()
734 const SCEV *BasePtrStartSCEV, in alreadyPrepared() argument
777 PHIBasePtrSCEV->getStart() == BasePtrStartSCEV) { in alreadyPrepared()
783 SE->getMinusSCEV(PHIBasePtrSCEV->getStart(), BasePtrStartSCEV)); in alreadyPrepared()