reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
14730 if (NotMaskTZ & 7) return Result; // Must be multiple of a byte. 14734 if (countTrailingOnes(NotMask >> NotMaskTZ) + NotMaskTZ + NotMaskLZ != 64) 14734 if (countTrailingOnes(NotMask >> NotMaskTZ) + NotMaskTZ + NotMaskLZ != 64) 14741 unsigned MaskedBytes = (V.getValueSizeInBits()-NotMaskLZ-NotMaskTZ)/8; 14751 if (NotMaskTZ && NotMaskTZ/8 % MaskedBytes) return Result; 14751 if (NotMaskTZ && NotMaskTZ/8 % MaskedBytes) return Result; 14766 Result.second = NotMaskTZ/8;