Function llvm_sys::core::LLVMGetCalledValue
source · pub unsafe extern "C" fn LLVMGetCalledValue(
Instr: LLVMValueRef
) -> LLVMValueRef
Expand description
Get a pointer to the function invoked by this instruction.
The provided value should be a CallInst or InvokeInst.