Searched refs:SplatValueCounts (Results 1 – 1 of 1) sorted by relevance
2106 SmallVector<ValueEntry, 16> SplatValueCounts; in LowerBUILD_VECTOR() local2139 AddCount(SplatValueCounts, Lane); in LowerBUILD_VECTOR()2154 std::tie(SplatValue, NumSplatLanes) = GetMostCommon(SplatValueCounts); in LowerBUILD_VECTOR()