Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DIVDescriptors.cpp979 assert((!getConstIntStepValue() || !getConstIntStepValue()->isZero()) && in InductionDescriptor()
982 assert((IK != IK_PtrInduction || getConstIntStepValue()) && in InductionDescriptor()
1002 ConstantInt *InductionDescriptor::getConstIntStepValue() const { in getConstIntStepValue() function in InductionDescriptor
DLoopInfo.cpp422 ConstantInt *Step = IndDesc.getConstIntStepValue(); in isCanonical()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
DIVDescriptors.h286 ConstantInt *getConstIntStepValue() const;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
DLoopVectorizationLegality.cpp535 ID.getConstIntStepValue() && ID.getConstIntStepValue()->isOne() && in addInductionPhi()
DLoopVectorize.cpp3426 if (ID.getConstIntStepValue() && ID.getConstIntStepValue()->isMinusOne()) in emitTransformedIndex()