Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_arit_overflow.c69 unsigned type_width; in build_binary_int_overflow() local
79 type_width = LLVMGetIntTypeWidth(type_ref); in build_binary_int_overflow()
81 debug_assert(type_width == 16 || type_width == 32 || type_width == 64); in build_binary_int_overflow()
84 intr_prefix, type_width); in build_binary_int_overflow()