jit_value_get_long_constant

Function jit_value_get_long_constant 

Source
pub unsafe extern "C" fn jit_value_get_long_constant(
    value: jit_value_t,
) -> jit_long
Expand description

Get the constant value within a particular value, assuming that its type is compatible with jit_type_long.