Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCLoopDataPrefetch.cpp205 const SCEV *NextLSCEV = SE->getAddExpr(LSCEVAddRec, SE->getMulExpr( in runOnLoop() local
208 if (!isSafeToExpand(NextLSCEV, *SE)) in runOnLoop()
215 Value *PrefPtrValue = SCEVE.expandCodeFor(NextLSCEV, I8Ptr, MemI); in runOnLoop()