Searched refs:MaxVFPlusOne (Results 1 – 1 of 1) sorted by relevance
8581 auto MaxVFPlusOne = MaxVF.getWithIncrement(1); in buildVPlans() local8582 for (ElementCount VF = MinVF; ElementCount::isKnownLT(VF, MaxVFPlusOne);) { in buildVPlans()8583 VFRange SubRange = {VF, MaxVFPlusOne}; in buildVPlans()9148 auto MaxVFPlusOne = MaxVF.getWithIncrement(1); in buildVPlansWithVPRecipes() local9149 for (ElementCount VF = MinVF; ElementCount::isKnownLT(VF, MaxVFPlusOne);) { in buildVPlansWithVPRecipes()9150 VFRange SubRange = {VF, MaxVFPlusOne}; in buildVPlansWithVPRecipes()