Return the Use for the called operand.
Synopses
Declared in <llvm/IR/InstrTypes.h>
Return the Use for the called operand.
Use const&
getCalledOperandUse() const;
Return the Use for the called operand.
Return Value
-
Const reference to the callee operand's use.
-
Mutable reference to the callee operand's use.
Created with MrDocs