Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp707 ID.getConstIntStepValue() && ID.getConstIntStepValue()->isOne() && in addInductionPhi()
845 ID.getConstIntStepValue() == nullptr; in canVectorizeInstrs()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIVDescriptors.h324 ConstantInt *getConstIntStepValue() const;
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIVDescriptors.cpp1248 assert((!getConstIntStepValue() || !getConstIntStepValue()->isZero()) && in InductionDescriptor()
1269 ConstantInt *InductionDescriptor::getConstIntStepValue() const { in getConstIntStepValue() function in InductionDescriptor
H A DLoopInfo.cpp424 ConstantInt *Step = IndDesc.getConstIntStepValue(); in isCanonical()