Lines Matching defs:Step
82 /// Return a value for Step multiplied by VF.
84 int64_t Step);
1774 VPWidenIntOrFpInductionRecipe(PHINode *IV, VPValue *Start, VPValue *Step,
1778 addOperand(Step);
1781 VPWidenIntOrFpInductionRecipe(PHINode *IV, VPValue *Start, VPValue *Step,
1786 addOperand(Step);
1855 VPWidenPointerInductionRecipe(PHINode *Phi, VPValue *Start, VPValue *Step,
1862 addOperand(Step);
2757 /// Check if the induction described by \p Kind, /p Start and \p Step is
2760 VPValue *Step) const;
2863 /// Step.
2873 VPCanonicalIVPHIRecipe *CanonicalIV, VPValue *Step)
2877 Start, CanonicalIV, Step) {}
2881 VPValue *Step)
2882 : VPSingleDefRecipe(VPDef::VPDerivedIVSC, {Start, IV, Step}), Kind(Kind),
2925 VPScalarIVStepsRecipe(VPValue *IV, VPValue *Step,
2928 ArrayRef<VPValue *>({IV, Step}), FMFs),
2932 VPValue *Step)
2934 IV, Step, IndDesc.getInductionOpcode(),