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.cpp263 const SCEV *BasePtrIncSCEV, PrepForm Form);
267 const SCEV *BasePtrIncSCEV);
667 const SCEV *BasePtrIncSCEV = BasePtrSCEV->getStepRecurrence(*SE); in rewriteForBase() local
668 Value *IncNode = getNodeForInc(L, BaseMemI, BasePtrIncSCEV); in rewriteForBase()
671 dyn_cast<SCEVConstant>(BasePtrIncSCEV); in rewriteForBase()
690 assert(SE->isLoopInvariant(BasePtrIncSCEV, L) && in rewriteForBase()
694 : BasePtrIncSCEV); in rewriteForBase()
698 if (alreadyPrepared(L, BaseMemI, BasePtrStartSCEV, BasePtrIncSCEV, Form)) { in rewriteForBase()
1145 const SCEV *BasePtrIncSCEV) { in getNodeForInc() argument
1148 if (isa<SCEVConstant>(BasePtrIncSCEV)) in getNodeForInc()
[all …]