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 | The object to construct from |
| Name | Twine - A lightweight data structure for efficiently representing the concatenation of temporary values as strings. |