getOperandUse overloads
Synopses
Declared in <llvm/IR/User.h>
Return a const reference to the Use for operand i.
Use const&
getOperandUse(unsigned int i) const;
Return a mutable reference to the Use for operand i.
Use&
getOperandUse(unsigned int i);
Return Value
-
Const reference to the
Usefor operandi. -
Mutable reference to the
Usefor operandi.
Parameters
Name |
Description |
i |
Operand index. |
Created with MrDocs