Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp8830 const SCEVConstant *StepC = dyn_cast<SCEVConstant>(Step); in howFarToZero() local
8831 if (!StepC || StepC->getValue()->isZero()) in howFarToZero()
8839 bool CountDown = StepC->getAPInt().isNegative(); in howFarToZero()
8845 if (StepC->getValue()->isOne() || StepC->getValue()->isMinusOne()) { in howFarToZero()
8884 const SCEV *E = SolveLinEquationWithOverflow(StepC->getAPInt(), in howFarToZero()