Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopBoundSplit.cpp140 ConstantInt *StepCI = cast<SCEVConstant>(StepRecSCEV)->getValue(); in hasProcessableCondition() local
143 if (StepCI->isNegative() || StepCI->isZero()) in hasProcessableCondition()
H A DInductiveRangeCheckElimination.cpp859 ConstantInt *StepCI = cast<SCEVConstant>(StepRec)->getValue(); in parseLoopStructure() local
866 assert(!StepCI->isZero() && "Zero step?"); in parseLoopStructure()
867 bool IsIncreasing = !StepCI->isNegative(); in parseLoopStructure()
872 const SCEV *Step = SE.getSCEV(StepCI); in parseLoopStructure()
884 if (StepCI->isOne()) { in parseLoopStructure()
952 if (StepCI->isMinusOne()) { in parseLoopStructure()
1044 Result.IndVarStep = StepCI; in parseLoopStructure()