Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_printf.c84 LLVMTypeRef type_ref; in lp_build_print_value() local
91 type_ref = LLVMTypeOf(value); in lp_build_print_value()
92 type_kind = LLVMGetTypeKind(type_ref); in lp_build_print_value()
95 length = LLVMGetVectorSize(type_ref); in lp_build_print_value()
97 type_ref = LLVMGetElementType(type_ref); in lp_build_print_value()
98 type_kind = LLVMGetTypeKind(type_ref); in lp_build_print_value()
109 if (LLVMGetIntTypeWidth(type_ref) == 8) { in lp_build_print_value()