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

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_printf.c 84 LLVMTypeRef type_ref; local
91 type_ref = LLVMTypeOf(value);
92 type_kind = LLVMGetTypeKind(type_ref);
95 length = LLVMGetVectorSize(type_ref);
97 type_ref = LLVMGetElementType(type_ref);
98 type_kind = LLVMGetTypeKind(type_ref);
109 if (LLVMGetIntTypeWidth(type_ref) == 8) {
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_printf.c 84 LLVMTypeRef type_ref; local
91 type_ref = LLVMTypeOf(value);
92 type_kind = LLVMGetTypeKind(type_ref);
95 length = LLVMGetVectorSize(type_ref);
97 type_ref = LLVMGetElementType(type_ref);
98 type_kind = LLVMGetTypeKind(type_ref);
109 if (LLVMGetIntTypeWidth(type_ref) == 8) {

Completed in 165 milliseconds