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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1263 const SCEV *LoopStep = AR->getStepRecurrence(*SE); local
1264 if (isa<SCEVConstant>(LoopStep)) {
3554 const SCEV *LoopStep = AR->getStepRecurrence(SE); local
3555 if (!isa<SCEVConstant>(LoopStep))

Completed in 176 milliseconds