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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DIVDescriptors.cpp813 assert((!getConstIntStepValue() || !getConstIntStepValue()->isZero()) &&
816 assert((IK != IK_PtrInduction || getConstIntStepValue()) &&
837 ConstantInt *ConstStep = getConstIntStepValue();
843 ConstantInt *InductionDescriptor::getConstIntStepValue() const { function in class:InductionDescriptor
H A DLoopInfo.cpp414 ConstantInt *Step = IndDesc.getConstIntStepValue();
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIVDescriptors.h284 ConstantInt *getConstIntStepValue() const;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp517 ID.getConstIntStepValue() && ID.getConstIntStepValue()->isOne() &&
H A DLoopVectorize.cpp2865 if (ID.getConstIntStepValue() && ID.getConstIntStepValue()->isMinusOne())

Completed in 121 milliseconds