Searched refs:StepPlusOne (Results 1 – 2 of 2) sorted by relevance
53 const SCEV *StepPlusOne = SE.getAddExpr(Step, SE.getOne(Step->getType())); in isSafeDecreasingBound() local57 const SCEV *Limit = SE.getMinusSCEV(SE.getConstant(Min), StepPlusOne); in isSafeDecreasingBound()
823 const SCEV *StepPlusOne = SE.getAddExpr(Step, SE.getOne(Step->getType())); isSafeDecreasingBound() local