Searched refs:BasePtrSCEV (Results 1 – 1 of 1) sorted by relevance
496 const SCEVAddRecExpr *BasePtrSCEV = in rewriteLoadStores() local498 if (!BasePtrSCEV->isAffine()) in rewriteLoadStores()501 LLVM_DEBUG(dbgs() << "PIP: Transforming: " << *BasePtrSCEV << "\n"); in rewriteLoadStores()503 assert(BasePtrSCEV->getLoop() == L && "AddRec for the wrong loop?"); in rewriteLoadStores()515 if (!SE->isLoopInvariant(BasePtrSCEV->getStart(), L)) in rewriteLoadStores()519 dyn_cast<SCEVConstant>(BasePtrSCEV->getStepRecurrence(*SE)); in rewriteLoadStores()531 SE->getMinusSCEV(BasePtrSCEV->getStart(), BasePtrIncSCEV); in rewriteLoadStores()533 BasePtrStartSCEV = BasePtrSCEV->getStart(); in rewriteLoadStores()