Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DInductiveRangeCheckElimination.cpp786 const SCEV *StepMinusOne = in isSafeIncreasingBound() local
791 const SCEV *Limit = SE.getMinusSCEV(SE.getConstant(Max), StepMinusOne); in isSafeIncreasingBound()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolution.cpp6161 const SCEV *StepMinusOne = getMinusSCEV(Step, in HowManyLessThans() local
6166 StepMinusOne)) : in HowManyLessThans()
6169 StepMinusOne)); in HowManyLessThans()