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