Searched refs:StepPlusOne (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp686 const SCEV *StepPlusOne = SE.getAddExpr(Step, SE.getOne(Step->getType())); local
690 const SCEV *Limit = SE.getMinusSCEV(SE.getConstant(Min), StepPlusOne);

Completed in 124 milliseconds