Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h196 static VPLane getLastLaneForVF(const ElementCount &VF) { in getLastLaneForVF() function
H A DVPlanRecipes.cpp199 : VPLane::getLastLaneForVF(State.VF); in fixPhi()
H A DLoopVectorize.cpp9185 auto Lane = VPLane::getLastLaneForVF(State.VF); in execute()