Function rustc_codegen_llvm::llvm::LLVMBuildSelect

source ·
pub unsafe extern "C" fn LLVMBuildSelect<'a>(
    B: &Builder<'a>,
    If: &'a Value,
    Then: &'a Value,
    Else: &'a Value,
    Name: *const c_char
) -> &'a Value