HomeSort by relevance Sort by last modified time
    Searched refs:LLVMGetIntTypeWidth (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_type.c 112 if(LLVMGetIntTypeWidth(elem_type) != type.width)
257 return LLVMGetIntTypeWidth(t);
345 unsigned b = LLVMGetIntTypeWidth(te);
359 unsigned b = LLVMGetIntTypeWidth(t);
lp_bld_printf.c 109 if (LLVMGetIntTypeWidth(type_ref) == 8) {
  /external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c 282 return Val_int(LLVMGetIntTypeWidth(IntegerTy));
726 LLVMGetIntTypeWidth(LLVMTypeOf(Const)) <= 64) {
    [all...]
  /external/llvm/include/llvm-c/
Core.h 823 unsigned LLVMGetIntTypeWidth(LLVMTypeRef IntegerTy);
    [all...]
  /external/llvm/lib/IR/
Core.cpp 336 unsigned LLVMGetIntTypeWidth(LLVMTypeRef IntegerTy) {
    [all...]

Completed in 34 milliseconds