Searched refs:NumEltBytes (Results 1 – 1 of 1) sorted by relevance
11324 const int NumEltBytes = VT.getScalarSizeInBits() / 8; in lowerShuffleWithPSHUFB() local11336 int M = Mask[i / NumEltBytes]; in lowerShuffleWithPSHUFB()11341 if (Zeroable[i / NumEltBytes]) { in lowerShuffleWithPSHUFB()11354 if ((M / LaneSize) != ((i / NumEltBytes) / LaneSize)) in lowerShuffleWithPSHUFB()11358 M = M * NumEltBytes + (i % NumEltBytes); in lowerShuffleWithPSHUFB()