Searched defs:ICSCEV (Results 1 - 1 of 1) sorted by relevance

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

Completed in 94 milliseconds