Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c445 return Val_int(LLVMGetIntTypeWidth(IntegerTy)); in llvm_integer_bitwidth()
881 !(LLVMGetIntTypeWidth(LLVMTypeOf(Const)) <= 64)) in llvm_int64_of_const()
/openbsd-src/gnu/llvm/llvm/tools/llvm-c-test/
H A Decho.cpp93 return LLVMIntTypeInContext(Ctx, LLVMGetIntTypeWidth(Src)); in Clone()
/openbsd-src/gnu/llvm/llvm/include/llvm-c/
H A DCore.h1194 unsigned LLVMGetIntTypeWidth(LLVMTypeRef IntegerTy);
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DCore.cpp624 unsigned LLVMGetIntTypeWidth(LLVMTypeRef IntegerTy) { in LLVMGetIntTypeWidth() function