rustc_codegen_llvm::llvm_::ffi

Function LLVMConstInt

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