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

/external/llvm/lib/Target/PowerPC/
H A DPPCLoopDataPrefetch.cpp204 const SCEV *NextLSCEV = SE->getAddExpr(LSCEVAddRec, SE->getMulExpr( local
207 if (!isSafeToExpand(NextLSCEV, *SE))
214 Value *PrefPtrValue = SCEVE.expandCodeFor(NextLSCEV, I8Ptr, MemI);

Completed in 69 milliseconds