reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
14727 unsigned NotMaskLZ = countLeadingZeros(NotMask); 14729 unsigned NotMaskTZ = countTrailingZeros(NotMask); 14734 if (countTrailingOnes(NotMask >> NotMaskTZ) + NotMaskTZ + NotMaskLZ != 64)