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

/external/llvm/include/llvm/
H A DAutoUpgrade.h31 void UpgradeIntrinsicCall(CallInst *CI, Function *NewFn);
/external/llvm/lib/VMCore/
H A DAutoUpgrade.cpp160 // UpgradeIntrinsicCall - Upgrade a call to an old intrinsic to be a call the
163 void llvm::UpgradeIntrinsicCall(CallInst *CI, Function *NewFn) { function in class:llvm
385 UpgradeIntrinsicCall(CI, NewFn);
/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2794 UpgradeIntrinsicCall(CI, I->second);
2849 UpgradeIntrinsicCall(CI, I->second);

Completed in 179 milliseconds