Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DIVDescriptors.cpp1282 assert((!getConstIntStepValue() || !getConstIntStepValue()->isZero()) && in InductionDescriptor()
1285 assert((IK != IK_PtrInduction || getConstIntStepValue()) && in InductionDescriptor()
1310 ConstantInt *InductionDescriptor::getConstIntStepValue() const { in getConstIntStepValue() function in InductionDescriptor
H A DLoopInfo.cpp423 ConstantInt *Step = IndDesc.getConstIntStepValue(); in isCanonical()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DIVDescriptors.h324 ConstantInt *getConstIntStepValue() const;
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp574 ID.getConstIntStepValue() && ID.getConstIntStepValue()->isOne() && in addInductionPhi()
H A DVPlanRecipes.cpp1065 ConstantInt *Step = ID.getConstIntStepValue(); in isCanonical()