Searched refs:ExistingGV (Results 1 – 2 of 2) sorted by relevance
1750 if (auto *ExistingGV = F->getParent()->getNamedValue(WantedName)) { in remangleIntrinsicFunction() local1751 if (auto *ExistingF = dyn_cast<Function>(ExistingGV)) in remangleIntrinsicFunction()1759 ExistingGV->setName(WantedName + ".renamed"); in remangleIntrinsicFunction()
249 if (llvm::Constant *ExistingGV = StaticLocalDeclMap[&D]) in getOrCreateStaticVarDecl() local250 return ExistingGV; in getOrCreateStaticVarDecl()