Home | History | Annotate | Download | only in Utils

Lines Matching refs:getConstIntStepValue

670   assert((!getConstIntStepValue() || !getConstIntStepValue()->isZero()) &&
673 assert((IK != IK_PtrInduction || getConstIntStepValue()) &&
679 ConstantInt *ConstStep = getConstIntStepValue();
685 ConstantInt *InductionDescriptor::getConstIntStepValue() const {
709 if (getConstIntStepValue() &&
710 getConstIntStepValue()->isMinusOne())
712 if (getConstIntStepValue() &&
713 getConstIntStepValue()->isOne())