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

  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_arit_overflow.c 68 LLVMTypeKind type_kind; local
76 type_kind = LLVMGetTypeKind(type_ref);
78 debug_assert(type_kind == LLVMIntegerTypeKind);
lp_bld_printf.c 84 LLVMTypeKind type_kind; local
93 type_kind = LLVMGetTypeKind(type_ref);
95 if (type_kind == LLVMVectorTypeKind) {
99 type_kind = LLVMGetTypeKind(type_ref);
104 if (type_kind == LLVMFloatTypeKind || type_kind == LLVMDoubleTypeKind) {
109 } else if (type_kind == LLVMIntegerTypeKind) {
119 } else if (type_kind == LLVMPointerTypeKind) {
138 if (type_kind == LLVMIntegerTypeKind &&

Completed in 551 milliseconds