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

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

Completed in 98 milliseconds