Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DIVDescriptors.cpp810 ConstantInt *ConstStep = getConstIntStepValue(); in getConsecutiveDirection() local
811 if (ConstStep && (ConstStep->isOne() || ConstStep->isMinusOne())) in getConsecutiveDirection()
812 return ConstStep->getSExtValue(); in getConsecutiveDirection()
1055 const SCEVConstant *ConstStep = dyn_cast<SCEVConstant>(Step); in isInductionPHI() local
1056 if (!ConstStep && !SE->isLoopInvariant(Step, TheLoop)) in isInductionPHI()
1067 if (!ConstStep) in isInductionPHI()
1070 ConstantInt *CV = ConstStep->getValue(); in isInductionPHI()