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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp863 ConstantInt *StepCI = cast<SCEVConstant>(StepRec)->getValue(); local
870 assert(!StepCI->isZero() && "Zero step?");
871 bool IsIncreasing = !StepCI->isNegative();
876 const SCEV *Step = SE.getSCEV(StepCI);
888 if (StepCI->isOne()) {
956 if (StepCI->isMinusOne()) {
1048 Result.IndVarStep = StepCI;

Completed in 107 milliseconds