Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDLoopVectorize.cpp7735 auto MaxVFTimes2 = MaxVF * 2; in buildVPlans() local
7736 for (ElementCount VF = MinVF; ElementCount::isKnownLT(VF, MaxVFTimes2);) { in buildVPlans()
7737 VFRange SubRange = {VF, MaxVFTimes2}; in buildVPlans()
8326 auto MaxVFTimes2 = MaxVF * 2; in buildVPlansWithVPRecipes() local
8327 for (ElementCount VF = MinVF; ElementCount::isKnownLT(VF, MaxVFTimes2);) { in buildVPlansWithVPRecipes()
8328 VFRange SubRange = {VF, MaxVFTimes2}; in buildVPlansWithVPRecipes()