Searched refs:getConstIntStepValue (Results 1 – 6 of 6) sorted by relevance
670 assert((!getConstIntStepValue() || !getConstIntStepValue()->isZero()) && in InductionDescriptor()673 assert((IK != IK_PtrInduction || getConstIntStepValue()) && in InductionDescriptor()679 ConstantInt *ConstStep = getConstIntStepValue(); in getConsecutiveDirection()685 ConstantInt *InductionDescriptor::getConstIntStepValue() const { in getConstIntStepValue() function in InductionDescriptor709 if (getConstIntStepValue() && in transform()710 getConstIntStepValue()->isMinusOne()) in transform()712 if (getConstIntStepValue() && in transform()713 getConstIntStepValue()->isOne()) in transform()
770 assert((!getConstIntStepValue() || !getConstIntStepValue()->isZero()) && in InductionDescriptor()773 assert((IK != IK_PtrInduction || getConstIntStepValue()) && in InductionDescriptor()793 ConstantInt *ConstStep = getConstIntStepValue(); in getConsecutiveDirection()799 ConstantInt *InductionDescriptor::getConstIntStepValue() const { in getConstIntStepValue() function in InductionDescriptor825 if (getConstIntStepValue() && in transform()826 getConstIntStepValue()->isMinusOne()) in transform()828 if (getConstIntStepValue() && in transform()829 getConstIntStepValue()->isOne()) in transform()
292 ConstantInt *getConstIntStepValue() const;
548 ID.getConstIntStepValue() && ID.getConstIntStepValue()->isOne() && in addInductionPhi()
286 ConstantInt *getConstIntStepValue() const;
1876 ConstantInt *Step = II.getConstIntStepValue(); in createVectorIntInductionPHI()1924 if (ID.getConstIntStepValue()) in widenIntInduction()1925 Step = ID.getConstIntStepValue(); in widenIntInduction()4192 ID.getConstIntStepValue()) { in vectorizeBlockInLoop()4550 ID.getConstIntStepValue() && in addInductionPhi()4551 ID.getConstIntStepValue()->isOne() && in addInductionPhi()