Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp862 ConstantInt *StepCI = cast<SCEVConstant>(StepRec)->getValue(); in parseLoopStructure() local
869 assert(!StepCI->isZero() && "Zero step?"); in parseLoopStructure()
870 bool IsIncreasing = !StepCI->isNegative(); in parseLoopStructure()
875 const SCEV *Step = SE.getSCEV(StepCI); in parseLoopStructure()
880 if (StepCI->isOne()) { in parseLoopStructure()
949 if (StepCI->isMinusOne()) { in parseLoopStructure()
1037 Result.IndVarStep = StepCI; in parseLoopStructure()