Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopRerollPass.cpp1512 const SCEV *ICSCEV = RealIVSCEV->evaluateAtIteration(IterCount, *SE); in replaceIV() local
1515 ICSCEV = SE->getMulExpr(IterCount, in replaceIV()
1520 SE->getConstant(ICSCEV->getType(), Negative ? -1 : 1); in replaceIV()
1526 const SCEV *ICMinusPlus1SCEV = SE->getMinusSCEV(ICSCEV, MinusPlus1SCEV); in replaceIV()