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