jit_value_create_long_constant

Function jit_value_create_long_constant 

Source
pub unsafe extern "C" fn jit_value_create_long_constant(
    func: jit_function_t,
    type_: jit_type_t,
    const_value: jit_long,
) -> jit_value_t
Expand description

Create a new 64-bit integer constant in the specified function. This can also be used to create constants of type jit_type_ulong. Returns NULL if out of memory.