Home
last modified time | relevance | path

Searched refs:ExistingGV (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DFunction.cpp1880 if (auto *ExistingGV = F->getParent()->getNamedValue(WantedName)) { in remangleIntrinsicFunction() local
1881 if (auto *ExistingF = dyn_cast<Function>(ExistingGV)) in remangleIntrinsicFunction()
1889 ExistingGV->setName(WantedName + ".renamed"); in remangleIntrinsicFunction()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGDecl.cpp250 if (llvm::Constant *ExistingGV = StaticLocalDeclMap[&D]) in getOrCreateStaticVarDecl() local
251 return ExistingGV; in getOrCreateStaticVarDecl()