Searched refs:BasePtrSCEV (Results 1 – 2 of 2) sorted by relevance
325 rewriteForBase(Loop *L, const SCEVAddRecExpr *BasePtrSCEV,571 if (!SCEVE.isSafeToExpand(BasePtrSCEV->getStart())) in rewriteLoadStoresForCommoningChains()574 assert(BasePtrSCEV->isAffine() && in rewriteLoadStoresForCommoningChains()578 L, BasePtrSCEV, Bucket.Elements[BaseElemIdx].Instr, in rewriteLoadStoresForCommoningChains()653 LLVM_DEBUG(dbgs() << "PIP: Transforming: " << *BasePtrSCEV << "\n"); in rewriteForBase()666 const SCEV *BasePtrIncSCEV = BasePtrSCEV->getStepRecurrence(*SE); in rewriteForBase()691 BasePtrStartSCEV = SE->getMinusSCEV(BasePtrSCEV->getStart(), in rewriteForBase()695 BasePtrStartSCEV = BasePtrSCEV->getStart(); in rewriteForBase()1016 const SCEVAddRecExpr *BasePtrSCEV = in rewriteLoadStores() local1018 if (!BasePtrSCEV->isAffine()) in rewriteLoadStores()[all …]
714 auto *BasePtrSCEV = SE->getPointerBase(PtrSCEV); in computeBoundsOnAccessRelation() local715 if (BasePtrSCEV && !isa<SCEVCouldNotCompute>(BasePtrSCEV)) in computeBoundsOnAccessRelation()716 PtrSCEV = SE->getMinusSCEV(PtrSCEV, BasePtrSCEV); in computeBoundsOnAccessRelation()