Searched refs:NumEltBytes (Results 1 – 2 of 2) 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()
9265 const int NumEltBytes = VT.getScalarSizeInBits() / 8; in lowerVectorShuffleWithPSHUFB() local9277 int M = Mask[i / NumEltBytes]; in lowerVectorShuffleWithPSHUFB()9282 if (Zeroable[i / NumEltBytes]) { in lowerVectorShuffleWithPSHUFB()9295 if ((M / LaneSize) != ((i / NumEltBytes) / LaneSize)) in lowerVectorShuffleWithPSHUFB()9299 M = M * NumEltBytes + (i % NumEltBytes); in lowerVectorShuffleWithPSHUFB()