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

  /external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c 217 return Val_int(LLVMGetIntTypeWidth(IntegerTy));
619 LLVMGetIntTypeWidth(LLVMTypeOf(Const)) <= 64) {
    [all...]
  /external/llvm/include/llvm-c/
Core.h 668 unsigned LLVMGetIntTypeWidth(LLVMTypeRef IntegerTy);
    [all...]
  /external/llvm/lib/VMCore/
Core.cpp 240 unsigned LLVMGetIntTypeWidth(LLVMTypeRef IntegerTy) {
    [all...]

Completed in 23 milliseconds