Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp1847 if (auto *ExistingF = dyn_cast<Function>(ExistingGV)) in remangleIntrinsicFunction() local
1848 if (ExistingF->getFunctionType() == F->getFunctionType()) in remangleIntrinsicFunction()
1849 return ExistingF; in remangleIntrinsicFunction()