getOperand overloads
Declared in <llvm/IR/InstrTypes.h>
Return operand i.
Value*
getOperand(unsigned int i) const;
» more...
Return operand at index i_nocapture.
Value*
getOperand(unsigned int i_nocapture) const;
» more...
i.| Name | Description |
|---|---|
| i | Operand index. |
| i_nocapture | Zero-based operand index. |