pub unsafe extern "C" fn jit_insn_eq(
func: jit_function_t,
value1: jit_value_t,
value2: jit_value_t,
) -> jit_value_tExpand description
Compare two values for equality and return the result in a new temporary value.
pub unsafe extern "C" fn jit_insn_eq(
func: jit_function_t,
value1: jit_value_t,
value2: jit_value_t,
) -> jit_value_tCompare two values for equality and return the result in a new temporary value.