[][src]Function rustc_llvm_proxy::proxy::LLVMConstSelect

#[no_mangle]
pub unsafe extern "C" fn LLVMConstSelect(
    ConstantCondition: LLVMValueRef,
    ConstantIfTrue: LLVMValueRef,
    ConstantIfFalse: LLVMValueRef
) -> LLVMValueRef