jit_value_get_constant

Function jit_value_get_constant 

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

Get the constant value within a particular value. The returned structure’s type field will be jit_type_void if value is not a constant.