Home
last modified time | relevance | path

Searched refs:UpgradeIntrinsicCall (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DAutoUpgrade.h38 void UpgradeIntrinsicCall(CallInst *CI, Function *NewFn);
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DAutoUpgrade.cpp1807 void llvm::UpgradeIntrinsicCall(CallInst *CI, Function *NewFn) { in UpgradeIntrinsicCall() function in llvm
3961 UpgradeIntrinsicCall(CI, NewFn); in UpgradeCallsToIntrinsic()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5513 UpgradeIntrinsicCall(CI, I.second); in materialize()
5622 UpgradeIntrinsicCall(CI, I.second); in materializeModule()