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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DIVDescriptors.cpp837 ConstantInt *ConstStep = getConstIntStepValue(); local
838 if (ConstStep && (ConstStep->isOne() || ConstStep->isMinusOne()))
839 return ConstStep->getSExtValue();
1089 const SCEVConstant *ConstStep = dyn_cast<SCEVConstant>(Step); local
1090 if (!ConstStep && !SE->isLoopInvariant(Step, TheLoop))
1101 if (!ConstStep)
1104 ConstantInt *CV = ConstStep->getValue();

Completed in 59 milliseconds