Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp1737 SmallVector<ValueEntry, 16> SplatValueCounts; in LowerBUILD_VECTOR() local
1771 AddCount(SplatValueCounts, Lane); in LowerBUILD_VECTOR()
1786 std::tie(SplatValue, NumSplatLanes) = GetMostCommon(SplatValueCounts); in LowerBUILD_VECTOR()