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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit_overflow.c69 unsigned type_width; local in function:build_binary_int_overflow
79 type_width = LLVMGetIntTypeWidth(type_ref);
81 debug_assert(type_width == 16 || type_width == 32 || type_width == 64);
84 intr_prefix, type_width);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit_overflow.c69 unsigned type_width; local in function:build_binary_int_overflow
79 type_width = LLVMGetIntTypeWidth(type_ref);
81 debug_assert(type_width == 16 || type_width == 32 || type_width == 64);
84 intr_prefix, type_width);

Completed in 2 milliseconds