HomeSort by relevance Sort by last modified time
    Searched full:type_kind (Results 1 - 1 of 1) sorted by null

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

Completed in 59 milliseconds