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