Searched refs:MaskedBytes (Results 1 – 1 of 1) sorted by relevance
20767 unsigned MaskedBytes = (V.getValueSizeInBits()-NotMaskLZ-NotMaskTZ)/8; in CheckForMaskedLoad() local20768 switch (MaskedBytes) { in CheckForMaskedLoad()20777 if (NotMaskTZ && NotMaskTZ/8 % MaskedBytes) return Result; in CheckForMaskedLoad()20791 Result.first = MaskedBytes; in CheckForMaskedLoad()