If the bits that the comparison cares about are always set to zero or one by the bit mask, the comparison is constant true or false (depending on
mask, compared value, and operators). This results in dead code, potential security vulnerabilities, confusion for developers, and wasted processing
time on redundant checks.