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