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