ΒΆvoid UpgradeIntrinsicCall(llvm::CallBase* CB,
                          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:43

Parameters

llvm::CallBase* CB
llvm::Function* NewFn