Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_arit_overflow.c70 LLVMTypeRef oelems[2]; in build_binary_int_overflow() local
86 oelems[0] = type_ref; in build_binary_int_overflow()
87 oelems[1] = LLVMInt1TypeInContext(gallivm->context); in build_binary_int_overflow()
89 otype = LLVMStructTypeInContext(gallivm->context, oelems, 2, FALSE); in build_binary_int_overflow()