llvm_sys::core

Function LLVMConstInt

Source
pub unsafe extern "C" fn LLVMConstInt(
    IntTy: LLVMTypeRef,
    N: c_ulonglong,
    SignExtend: LLVMBool,
) -> LLVMValueRef