angr.analyses.decompiler.peephole_optimizations.utils¶
- angr.analyses.decompiler.peephole_optimizations.utils.get_expr_shift_left_amount(expr)¶
Get the shift amount of a shift-left or multiplication operation if the shift amount is a constant.
Get the shift amount of a shift-left or multiplication operation if the shift amount is a constant.