gcc_jit_block_add_assignment_op

Add evaluation of an rvalue, using the result to modify an lvalue.

This is analogous to "+=" and friends:

lvalue += rvalue; lvalue *= rvalue; lvalue /= rvalue; etc

Meta