Return the operand at index I.
Synopsis
Declared in <llvm/IR/Metadata.h>
MDOperand const&
getOperand(unsigned int I) const;
Return Value
The operand at index I.
Parameters
Name |
Description |
I |
Zero‐based operand index. |
Created with MrDocs