Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_printf.c83 LLVMTypeKind type_kind; in lp_build_print_value() local
92 type_kind = LLVMGetTypeKind(type_ref); in lp_build_print_value()
94 if (type_kind == LLVMVectorTypeKind) { in lp_build_print_value()
98 type_kind = LLVMGetTypeKind(type_ref); in lp_build_print_value()
103 if (type_kind == LLVMFloatTypeKind || type_kind == LLVMDoubleTypeKind) { in lp_build_print_value()
108 } else if (type_kind == LLVMIntegerTypeKind) { in lp_build_print_value()