Return the elementtype for argument ArgNo.
Synopsis
Declared in <llvm/IR/InstrTypes.h>
Type*
getParamElementType(unsigned int ArgNo) const;
Description
Note that elementtype() can only be applied to call arguments, not function declaration parameters.
Return Value
Element type from the call argument attribute, or null.
Parameters
Name |
Description |
ArgNo |
Zero‐based argument index. |
Created with MrDocs