Searched refs:MaskedBytes (Results 1 – 3 of 3) sorted by relevance
6313 unsigned MaskedBytes = (V.getValueSizeInBits()-NotMaskLZ-NotMaskTZ)/8; in CheckForMaskedLoad() local6314 switch (MaskedBytes) { in CheckForMaskedLoad()6323 if (NotMaskTZ && NotMaskTZ/8 % MaskedBytes) return Result; in CheckForMaskedLoad()6325 Result.first = MaskedBytes; in CheckForMaskedLoad()
10773 unsigned MaskedBytes = (V.getValueSizeInBits()-NotMaskLZ-NotMaskTZ)/8; in CheckForMaskedLoad() local10774 switch (MaskedBytes) { in CheckForMaskedLoad()10783 if (NotMaskTZ && NotMaskTZ/8 % MaskedBytes) return Result; in CheckForMaskedLoad()10785 Result.first = MaskedBytes; in CheckForMaskedLoad()
13293 unsigned MaskedBytes = (V.getValueSizeInBits()-NotMaskLZ-NotMaskTZ)/8; in CheckForMaskedLoad() local13294 switch (MaskedBytes) { in CheckForMaskedLoad()13303 if (NotMaskTZ && NotMaskTZ/8 % MaskedBytes) return Result; in CheckForMaskedLoad()13323 Result.first = MaskedBytes; in CheckForMaskedLoad()