Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopRerollPass.cpp1281 const SCEVAddRecExpr *RealIVSCEV = in replace() local
1283 const SCEV *Start = RealIVSCEV->getStart(); in replace()
1285 Start, SE->getConstant(RealIVSCEV->getType(), Negative ? -1 : 1), L, in replace()
1299 const SCEV *ICSCEV = RealIVSCEV->evaluateAtIteration(IterCount, *SE); in replace()