Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopConstrainer.cpp233 ConstantInt *StepCI = cast<SCEVConstant>(StepRec)->getValue(); in parseLoopStructure() local
240 assert(!StepCI->isZero() && "Zero step?"); in parseLoopStructure()
241 bool IsIncreasing = !StepCI->isNegative(); in parseLoopStructure()
246 const SCEV *Step = SE.getSCEV(StepCI); in parseLoopStructure()
258 if (StepCI->isOne()) { in parseLoopStructure()
326 if (StepCI->isMinusOne()) { in parseLoopStructure()
414 Result.IndVarStep = StepCI; in parseLoopStructure()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopBoundSplit.cpp146 ConstantInt *StepCI = cast<SCEVConstant>(StepRecSCEV)->getValue(); in hasProcessableCondition() local
149 if (StepCI->isNegative() || StepCI->isZero()) in hasProcessableCondition()