Searched refs:getConstIntStepValue (Results 1 – 4 of 4) sorted by relevance
707 ID.getConstIntStepValue() && ID.getConstIntStepValue()->isOne() && in addInductionPhi()845 ID.getConstIntStepValue() == nullptr; in canVectorizeInstrs()
324 ConstantInt *getConstIntStepValue() const;
1248 assert((!getConstIntStepValue() || !getConstIntStepValue()->isZero()) && in InductionDescriptor()1269 ConstantInt *InductionDescriptor::getConstIntStepValue() const { in getConstIntStepValue() function in InductionDescriptor
424 ConstantInt *Step = IndDesc.getConstIntStepValue(); in isCanonical()