Home
last modified time | relevance | path

Searched defs:StepPlusOne (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopConstrainer.cpp53 const SCEV *StepPlusOne = SE.getAddExpr(Step, SE.getOne(Step->getType())); in isSafeDecreasingBound() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp823 const SCEV *StepPlusOne = SE.getAddExpr(Step, SE.getOne(Step->getType())); isSafeDecreasingBound() local