Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCLoopPreIncPrep.cpp213 const SCEV *LSCEV = SE->getSCEVAtScope(PtrValue, L); in runOnLoop() local
214 if (const SCEVAddRecExpr *LARSCEV = dyn_cast<SCEVAddRecExpr>(LSCEV)) { in runOnLoop()
223 const SCEV *Diff = SE->getMinusSCEV(LSCEV, B.BaseSCEV); in runOnLoop()
234 Buckets.push_back(Bucket(LSCEV, MemI)); in runOnLoop()
DPPCLoopDataPrefetch.cpp180 const SCEV *LSCEV = SE->getSCEV(PtrValue); in runOnLoop() local
181 const SCEVAddRecExpr *LSCEVAddRec = dyn_cast<SCEVAddRecExpr>(LSCEV); in runOnLoop()