Lines Matching defs:VPWidenIntOrFpInductionRecipe
2022 /// * VPWidenIntOrFpInductionRecipe: Generates vector values for integer and
2092 /// Base class for widened induction (VPWidenIntOrFpInductionRecipe and
2135 "VPWidenIntOrFpInductionRecipe generates its own backedge value");
2142 "VPWidenIntOrFpInductionRecipe generates its own backedge value");
2148 class VPWidenIntOrFpInductionRecipe : public VPWidenInductionRecipe {
2152 VPWidenIntOrFpInductionRecipe(PHINode *IV, VPValue *Start, VPValue *Step,
2161 VPWidenIntOrFpInductionRecipe(PHINode *IV, VPValue *Start, VPValue *Step,
2170 ~VPWidenIntOrFpInductionRecipe() override = default;
2172 VPWidenIntOrFpInductionRecipe *clone() override {
2173 return new VPWidenIntOrFpInductionRecipe(