[][src]Function llvm_sys::core::LLVMGetCalledValue

pub unsafe extern "C" fn LLVMGetCalledValue(Instr: LLVMValueRef) -> LLVMValueRef

Get a pointer to the function invoked by this instruction.

The provided value should be a CallInst or InvokeInst.