Searched refs:NumEltBytes (Results 1 – 1 of 1) sorted by relevance
12221 const int NumEltBytes = VT.getScalarSizeInBits() / 8; in lowerShuffleWithPSHUFB() local12233 int M = Mask[i / NumEltBytes]; in lowerShuffleWithPSHUFB()12238 if (Zeroable[i / NumEltBytes]) { in lowerShuffleWithPSHUFB()12251 if ((M / LaneSize) != ((i / NumEltBytes) / LaneSize)) in lowerShuffleWithPSHUFB()12255 M = M * NumEltBytes + (i % NumEltBytes); in lowerShuffleWithPSHUFB()