ΒΆLLVMValueRef LLVMGetCalledValue(
LLVMValueRef Instr)
LLVMValueRef LLVMGetCalledValue(
LLVMValueRef Instr)
Description
Obtain the pointer to the function invoked by this instruction. This expects an LLVMValueRef that corresponds to a llvm::CallInst or llvm::InvokeInst.
Declared at: llvm/include/llvm-c/Core.h:3257
Parameters
- LLVMValueRef Instr