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