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

Declarations

include/llvm-c/Core.h
 2555 unsigned LLVMCountParams(LLVMValueRef Fn);

References

tools/llvm-c-test/attributes.c
   29     for (Idx = LLVMAttributeFunctionIndex, ParamCount = LLVMCountParams(F);
   64               ParamCount = LLVMCountParams(F);
tools/llvm-c-test/echo.cpp
  159   unsigned Count = LLVMCountParams(Src);
  160   if (Count != LLVMCountParams(Dst))
  930     for (int i = LLVMAttributeFunctionIndex, c = LLVMCountParams(F);