ΒΆvoid UpgradeCallsToIntrinsic(llvm::Function* F)

Description

This is an auto-upgrade hook for any old intrinsic function syntaxes which need to have both the function updated as well as all calls updated to the new function. This should only be run in a post-processing fashion so that it can update all calls to the old function.

Declared at: llvm/include/llvm/IR/AutoUpgrade.h:53

Parameters

llvm::Function* F