Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DIVDescriptors.cpp1254 assert((!getConstIntStepValue() || !getConstIntStepValue()->isZero()) && in InductionDescriptor()
1257 assert((IK != IK_PtrInduction || getConstIntStepValue()) && in InductionDescriptor()
1282 ConstantInt *InductionDescriptor::getConstIntStepValue() const { in getConstIntStepValue() function in InductionDescriptor
H A DLoopInfo.cpp419 ConstantInt *Step = IndDesc.getConstIntStepValue(); in isCanonical()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DIVDescriptors.h321 ConstantInt *getConstIntStepValue() const;
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp563 ID.getConstIntStepValue() && ID.getConstIntStepValue()->isOne() && in addInductionPhi()