Home
last modified time | relevance | path

Searched refs:BasePtrSCEV (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp496 const SCEVAddRecExpr *BasePtrSCEV = in rewriteLoadStores() local
498 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()