fn lower_post_inc_dec(
expr: &Expression,
ctx: &mut LoweringContext<'_>,
instructions: &mut Vec<Instruction>,
increment: bool,
) -> boolfn lower_post_inc_dec(
expr: &Expression,
ctx: &mut LoweringContext<'_>,
instructions: &mut Vec<Instruction>,
increment: bool,
) -> bool