reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm-c/Core.h
 1135 LLVMTypeRef LLVMIntTypeInContext(LLVMContextRef C, unsigned NumBits);

References

lib/IR/Core.cpp
  587   return LLVMIntTypeInContext(LLVMGetGlobalContext(), NumBits);
tools/llvm-c-test/echo.cpp
   88         return LLVMIntTypeInContext(Ctx, LLVMGetIntTypeWidth(Src));