Searched refs:getConstIntStepValue (Results 1 – 4 of 4) sorted by relevance
786 assert((!getConstIntStepValue() || !getConstIntStepValue()->isZero()) && in InductionDescriptor()789 assert((IK != IK_PtrInduction || getConstIntStepValue()) && in InductionDescriptor()810 ConstantInt *ConstStep = getConstIntStepValue(); in getConsecutiveDirection()816 ConstantInt *InductionDescriptor::getConstIntStepValue() const { in getConstIntStepValue() function in InductionDescriptor
278 ConstantInt *getConstIntStepValue() const;
561 ID.getConstIntStepValue() && ID.getConstIntStepValue()->isOne() && in addInductionPhi()
2658 if (ID.getConstIntStepValue() && ID.getConstIntStepValue()->isMinusOne()) in emitTransformedIndex()