Argument constructor.
Declared in <llvm/IR/Argument.h>
explicit
Argument(
Type* Ty,
Twine const& Name = "",
Function* F = nullptr,
unsigned int ArgNo = 0);
| Name | Description |
|---|---|
| Ty | Type of the argument. |
| Name | Optional name of the argument. |
| F | Function that owns this argument, or nullptr. |
| ArgNo | Zero-based index of this argument in F. |