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