Return the maximum number of function arguments the target supports.

Synopsis

Declared in <llvm/Analysis/TargetTransformInfo.h>

unsigned int
getMaxNumArgs() const;

Return Value

The maximum number of function arguments the target supports.

Created with MrDocs