Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp2654 auto splitInHalf = [&](unsigned Begin, unsigned End, auto splitFunc) -> void { in splitVectorElements() argument
2673 splitFunc(Begin, Half, splitFunc); in splitVectorElements()
2674 splitFunc(Half, End, splitFunc); in splitVectorElements()