Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DIVDescriptors.cpp786 assert((!getConstIntStepValue() || !getConstIntStepValue()->isZero()) && in InductionDescriptor()
789 assert((IK != IK_PtrInduction || getConstIntStepValue()) && in InductionDescriptor()
810 ConstantInt *ConstStep = getConstIntStepValue(); in getConsecutiveDirection()
816 ConstantInt *InductionDescriptor::getConstIntStepValue() const { in getConstIntStepValue() function in InductionDescriptor
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DIVDescriptors.h278 ConstantInt *getConstIntStepValue() const;
/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp561 ID.getConstIntStepValue() && ID.getConstIntStepValue()->isOne() && in addInductionPhi()
H A DLoopVectorize.cpp2658 if (ID.getConstIntStepValue() && ID.getConstIntStepValue()->isMinusOne()) in emitTransformedIndex()