Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp254 const SCEV *BasePtrIncSCEV, PrepForm Form);
258 const SCEV *BasePtrIncSCEV);
658 const SCEV *BasePtrIncSCEV = BasePtrSCEV->getStepRecurrence(*SE); in rewriteForBase() local
659 Value *IncNode = getNodeForInc(L, BaseMemI, BasePtrIncSCEV); in rewriteForBase()
662 dyn_cast<SCEVConstant>(BasePtrIncSCEV); in rewriteForBase()
681 assert(SE->isLoopInvariant(BasePtrIncSCEV, L) && in rewriteForBase()
685 : BasePtrIncSCEV); in rewriteForBase()
689 if (alreadyPrepared(L, BaseMemI, BasePtrStartSCEV, BasePtrIncSCEV, Form)) { in rewriteForBase()
1136 const SCEV *BasePtrIncSCEV) { in getNodeForInc() argument
1139 if (isa<SCEVConstant>(BasePtrIncSCEV)) in getNodeForInc()
[all …]