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