Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCLoopPreIncPrep.cpp392 const SCEVAddRecExpr *BasePtrSCEV = in runOnLoop() local
394 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()