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