MCPcopy Create free account
hub / github.com/Rust-GPU/rust-cuda / LLVMRustBuildCall

Function LLVMRustBuildCall

crates/rustc_codegen_nvvm/src/llvm.rs:577–585  ·  view source on GitHub ↗
(
    B: &Builder<'a>,
    Fn: &'a Value,
    Args: *const &'a Value,
    NumArgs: c_uint,
    Bundle: Option<&OperandBundleDef<'a>>,
)

Source from the content-addressed store, hash-verified

575}
576
577pub(crate) unsafe fn LLVMRustBuildCall<'a>(
578 B: &Builder<'a>,
579 Fn: &'a Value,
580 Args: *const &'a Value,
581 NumArgs: c_uint,
582 Bundle: Option<&OperandBundleDef<'a>>,
583) -> &'a Value {
584 __LLVMRustBuildCall(B, Fn, Args, NumArgs, Bundle, unnamed())
585}
586
587/// LLVMRustCodeGenOptLevel
588#[derive(Copy, Clone, PartialEq)]

Callers 2

codegenFunction · 0.70
callMethod · 0.70

Calls 1

unnamedFunction · 0.85

Tested by

no test coverage detected