A gcc_jit_lvalue is a storage location within your code (e.g. a variable, a parameter, etc). It is also a gcc_jit_rvalue; use gcc_jit_lvalue_as_rvalue to cast.
See Implementation
A gcc_jit_lvalue is a storage location within your code (e.g. a variable, a parameter, etc). It is also a gcc_jit_rvalue; use gcc_jit_lvalue_as_rvalue to cast.