pub unsafe extern "C" fn jit_insn_get_value2(
insn: jit_insn_t,
) -> jit_value_tExpand description
Get the second argument value that is associated with an instruction. Returns NULL if the instruction does not have a second argument value.
pub unsafe extern "C" fn jit_insn_get_value2(
insn: jit_insn_t,
) -> jit_value_tGet the second argument value that is associated with an instruction. Returns NULL if the instruction does not have a second argument value.