Searched defs:ExistingGV (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ | ||
H A D | Function.cpp | 1750 if (auto *ExistingGV = F->getParent()->getNamedValue(WantedName)) { remangleIntrinsicFunction() local |
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ | ||
H A D | CGDecl.cpp | 249 if (llvm::Constant *ExistingGV = StaticLocalDeclMap[&D]) getOrCreateStaticVarDecl() local |