Home
last modified time | relevance | path

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

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