Searched refs:BasePtrSCEV (Results 1 – 2 of 2) sorted by relevance
302 const SCEVAddRecExpr *BasePtrSCEV = in runOnLoop() local304 if (!BasePtrSCEV->isAffine()) in runOnLoop()307 DEBUG(dbgs() << "PIP: Transforming: " << *BasePtrSCEV << "\n"); in runOnLoop()308 assert(BasePtrSCEV->getLoop() == L && in runOnLoop()321 const SCEV *BasePtrStartSCEV = BasePtrSCEV->getStart(); in runOnLoop()326 dyn_cast<SCEVConstant>(BasePtrSCEV->getStepRecurrence(*SE)); in runOnLoop()
392 const SCEVAddRecExpr *BasePtrSCEV = in runOnLoop() local394 if (!BasePtrSCEV->isAffine()) in runOnLoop()397 LLVM_DEBUG(dbgs() << "PIP: Transforming: " << *BasePtrSCEV << "\n"); in runOnLoop()398 assert(BasePtrSCEV->getLoop() == L && in runOnLoop()411 const SCEV *BasePtrStartSCEV = BasePtrSCEV->getStart(); in runOnLoop()416 dyn_cast<SCEVConstant>(BasePtrSCEV->getStepRecurrence(*SE)); in runOnLoop()