jit_insn_get_value2

Function jit_insn_get_value2 

Source
pub unsafe extern "C" fn jit_insn_get_value2(
    insn: jit_insn_t,
) -> jit_value_t
Expand description

Get the second argument value that is associated with an instruction. Returns NULL if the instruction does not have a second argument value.