Searched refs:undef_val (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_bitarit.c277 LLVMValueRef undef_val = LLVMConstNull(LLVMInt1TypeInContext(bld->gallivm->context)); local in function:lp_build_cttz
278 result = lp_build_intrinsic_binary(builder, intr_str, bld->vec_type, a, undef_val);
292 LLVMValueRef undef_val = LLVMConstNull(LLVMInt1TypeInContext(bld->gallivm->context)); local in function:lp_build_ctlz
293 result = lp_build_intrinsic_binary(builder, intr_str, bld->vec_type, a, undef_val);
H A Dlp_bld_sample_soa.c4752 LLVMValueRef undef_val = LLVMGetUndef(ret_type); local in function:lp_build_sample_array_init_soa
4757 LLVMAddIncoming(switch_info->phi, &undef_val, &initial_block, 1);
4824 LLVMValueRef undef_val = LLVMGetUndef(ret_type); local in function:lp_build_image_op_switch_soa
4830 LLVMAddIncoming(switch_info->phi[i], &undef_val, &initial_block, 1);

Completed in 9 milliseconds