Return the number of fixed parameters of this function type.

Synopsis

Declared in <llvm/IR/Type.h>

unsigned int
getFunctionNumParams() const;

Return Value

The number of fixed formal parameters.

Created with MrDocs