Searched refs:WantedName (Results 1 – 1 of 1) sorted by relevance
1874 std::string WantedName = in remangleIntrinsicFunction() local1876 if (Name == WantedName) in remangleIntrinsicFunction()1880 if (auto *ExistingGV = F->getParent()->getNamedValue(WantedName)) { in remangleIntrinsicFunction()1889 ExistingGV->setName(WantedName + ".renamed"); in remangleIntrinsicFunction()