Home
last modified time | relevance | path

Searched refs:MaxVFPlusOne (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp8033 auto MaxVFPlusOne = MaxVF.getWithIncrement(1); in buildVPlans() local
8034 for (ElementCount VF = MinVF; ElementCount::isKnownLT(VF, MaxVFPlusOne);) { in buildVPlans()
8035 VFRange SubRange = {VF, MaxVFPlusOne}; in buildVPlans()
8708 auto MaxVFPlusOne = MaxVF.getWithIncrement(1); in buildVPlansWithVPRecipes() local
8709 for (ElementCount VF = MinVF; ElementCount::isKnownLT(VF, MaxVFPlusOne);) { in buildVPlansWithVPRecipes()
8710 VFRange SubRange = {VF, MaxVFPlusOne}; in buildVPlansWithVPRecipes()