Return the called function or value operand.

Synopsis

Declared in <llvm/IR/InstrTypes.h>

Value*
getCalledOperand() const;

Return Value

The callee operand (direct function, pointer, or inline asm).

Created with MrDocs