ΒΆvoid UpgradeIntrinsicCall(llvm::CallInst* CI,
                          llvm::Function* NewFn)

Description

This is the complement to the above, replacing a specific call to an intrinsic function with a call to the specified new function.

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

Parameters

llvm::CallInst* CI
llvm::Function* NewFn