Searched defs:ofbit (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit_overflow.c63 LLVMValueRef *ofbit)
92 if (ofbit) {
93 if (*ofbit) {
94 *ofbit = LLVMBuildOr(
95 builder, *ofbit,
98 *ofbit = LLVMBuildExtractValue(builder, oresult, 1, "");
110 * an overflow is detected the IN/OUT @ofbit parameter is used:
123 LLVMValueRef *ofbit)
126 a, b, ofbit);
134 * an overflow is detected the IN/OUT @ofbit paramete
59 build_binary_int_overflow(struct gallivm_state *gallivm, const char *intr_prefix, LLVMValueRef a, LLVMValueRef b, LLVMValueRef *ofbit) argument
120 lp_build_uadd_overflow(struct gallivm_state *gallivm, LLVMValueRef a, LLVMValueRef b, LLVMValueRef *ofbit) argument
144 lp_build_usub_overflow(struct gallivm_state *gallivm, LLVMValueRef a, LLVMValueRef b, LLVMValueRef *ofbit) argument
168 lp_build_umul_overflow(struct gallivm_state *gallivm, LLVMValueRef a, LLVMValueRef b, LLVMValueRef *ofbit) argument
[all...]
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c1690 LLVMValueRef vb_info, vbuffer_ptr, buf_offset, ofbit; local
1708 ofbit = NULL;
1711 * always overflow later automatically without having to keep ofbit.
1720 &ofbit);
1722 buf_offset, &ofbit);
1730 * if ofbit is true.)
1746 current_instance, &ofbit);
1749 buffer_size_adj[j] = LLVMBuildSelect(builder, ofbit, bld.zero,
1755 lp_build_if(&if_ctx, gallivm, ofbit);

Completed in 84 milliseconds