pub unsafe extern "C" fn LLVMGetCalledValue(
Instr: LLVMValueRef,
) -> LLVMValueRefExpand description
Obtain the pointer to the function invoked by this instruction.
This expects an LLVMValueRef that corresponds to a llvm::CallInst or llvm::InvokeInst.
@see llvm::CallInst::getCalledOperand() @see llvm::InvokeInst::getCalledOperand()