pub unsafe extern "C" fn jit_value_get_float64_constant(
value: jit_value_t,
) -> jit_float64Expand description
Get the constant value within a particular value, assuming that its type is compatible with jit_type_float64.
pub unsafe extern "C" fn jit_value_get_float64_constant(
value: jit_value_t,
) -> jit_float64Get the constant value within a particular value, assuming that its type is compatible with jit_type_float64.