jit_value_create_constant

Function jit_value_create_constant 

Source
pub unsafe extern "C" fn jit_value_create_constant(
    func: jit_function_t,
    const_value: *const jit_constant_t,
) -> jit_value_t
Expand description

Create a new constant from a generic constant structure in the specified function. Returns NULL if out of memory or if the type in const_value is not suitable for a constant.