Searched refs:NumEltBytes (Results 1 – 1 of 1) sorted by relevance
7311 const int NumEltBytes = VT.getScalarSizeInBits() / 8; in lowerVectorShuffleWithPSHUFB() local7324 int M = Mask[i / NumEltBytes]; in lowerVectorShuffleWithPSHUFB()7329 if (Zeroable[i / NumEltBytes]) { in lowerVectorShuffleWithPSHUFB()7338 if ((M / LaneSize) != ((i / NumEltBytes) / LaneSize)) in lowerVectorShuffleWithPSHUFB()7342 M = M * NumEltBytes + (i % NumEltBytes); in lowerVectorShuffleWithPSHUFB()