Home
last modified time | relevance | path

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

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
Dlp_bld_type.c112 if(LLVMGetIntTypeWidth(elem_type) != type.width) in lp_check_elem_type()
257 return LLVMGetIntTypeWidth(t); in lp_sizeof_llvm_type()
345 unsigned b = LLVMGetIntTypeWidth(te); in lp_dump_llvmtype()
359 unsigned b = LLVMGetIntTypeWidth(t); in lp_dump_llvmtype()
Dlp_bld_printf.c109 if (LLVMGetIntTypeWidth(type_ref) == 8) { in lp_build_print_value()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_type.c112 if(LLVMGetIntTypeWidth(elem_type) != type.width) in lp_check_elem_type()
257 return LLVMGetIntTypeWidth(t); in lp_sizeof_llvm_type()
345 unsigned b = LLVMGetIntTypeWidth(te); in lp_dump_llvmtype()
359 unsigned b = LLVMGetIntTypeWidth(t); in lp_dump_llvmtype()
Dlp_bld_printf.c109 if (LLVMGetIntTypeWidth(type_ref) == 8) { in lp_build_print_value()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c280 return Val_int(LLVMGetIntTypeWidth(IntegerTy)); in llvm_integer_bitwidth()
712 LLVMGetIntTypeWidth(LLVMTypeOf(Const)) <= 64) { in llvm_int64_of_const()
/external/llvm/include/llvm-c/
DCore.h817 unsigned LLVMGetIntTypeWidth(LLVMTypeRef IntegerTy);
/external/llvm/lib/IR/
DCore.cpp334 unsigned LLVMGetIntTypeWidth(LLVMTypeRef IntegerTy) { in LLVMGetIntTypeWidth() function