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