Things like `x & 0` can be just `0`. Basically any identity or erasing operation should be linted. * `x + 0` * `x * 1` * `x | 0` * `x & 0` * `x & uint_max` * `x % uint_max` * `x / uint_max` * `x / x` * `x - x` * ...