Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DFunction.cpp1801 if (auto *ExistingF = dyn_cast<Function>(ExistingGV)) in remangleIntrinsicFunction() local
1802 if (ExistingF->getFunctionType() == F->getFunctionType()) in remangleIntrinsicFunction()
1803 return ExistingF; in remangleIntrinsicFunction()