getOperandUse overloads
Declared in <llvm/IR/User.h>
Return a const reference to the Use for operand i.
Use const&
getOperandUse(unsigned int i) const;
» more...
Return a mutable reference to the Use for operand i.
Use&
getOperandUse(unsigned int i);
» more...
Use for operand i.Use for operand i.| Name | Description |
|---|---|
| i | Operand index. |