Lines Matching defs:ScalarSizeInBytes
31466 int ScalarSizeInBytes = VT.getScalarSizeInBits() / 8;31481 for (int j = ScalarSizeInBytes - 1; j >= 0; --j) {31482 int SourceByte = 16 + (i * ScalarSizeInBytes) + j;