Return the Use for call argument i.
Declared in <llvm/IR/InstrTypes.h>
Return the Use for call argument i.
Use&
getArgOperandUse(unsigned int i);
» more...
Return the Use for call argument i.
Use const&
getArgOperandUse(unsigned int i) const;
» more...
| Name | Description |
|---|---|
| i | Zero-based argument index. |