Function rustc_codegen_llvm::llvm::LLVMRustConstInt128Get

source ·
pub unsafe extern "C" fn LLVMRustConstInt128Get(
    ConstantVal: &ConstantInt,
    SExt: bool,
    high: &mut u64,
    low: &mut u64
) -> bool