Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCLoopPreIncPrep.cpp302 const SCEVAddRecExpr *BasePtrSCEV = in runOnLoop() local
304 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
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()