Return the function this instruction belongs to.
Synopses
Declared in <llvm/IR/Instruction.h>
Return the function this instruction belongs to.
Function const*
getFunction() const;
Return the function this instruction belongs to.
Function*
getFunction();
Return Value
The parent function.
Created with MrDocs