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