Function LLVMConstInt

Source
pub(crate) unsafe extern "C" fn LLVMConstInt(
    IntTy: &Type,
    N: c_ulonglong,
    SignExtend: c_int,
) -> &Value