Searched refs:NumEltsGrowth (Results 1 – 1 of 1) sorted by relevance
261 unsigned NumEltsGrowth = NumDestElts / NumMaskElts; in ShuffleWithNarrowerEltType() local263 assert(NumEltsGrowth && "Cannot promote to vector type with fewer elts!"); in ShuffleWithNarrowerEltType()265 if (NumEltsGrowth == 1) in ShuffleWithNarrowerEltType()271 for (unsigned j = 0; j != NumEltsGrowth; ++j) { in ShuffleWithNarrowerEltType()275 NewMask.push_back(Idx * NumEltsGrowth + j); in ShuffleWithNarrowerEltType()