Home | History | Annotate | Download | only in Analysis

Lines Matching refs:ExitValue

6817     ConstantInt *ExitValue = ConstantInt::get(SE.getContext(), ExitVal);
6822 ConstantInt *Val = EvaluateConstantChrecAtConstant(this, ExitValue, SE);
6831 return SE.getConstant(ExitValue);
7754 const SCEV *ExitValue = SE.getSCEVAtScope(SV, L->getParentLoop());
7755 if (!SE.isLoopInvariant(ExitValue, L)) {
7758 OS << *ExitValue;