Reports multiplication of an integer value by a constant power of 2. These expressions may be replaced by right or left shift operations, for a possible performance improvement.

Use the checkbox below to enable the inspection for divisions by a power of two. Note that replacing a power of two division by a shift does not work for negative numbers.