Searched refs:ItInserted (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/llvm/llvm/lib/Analysis/
H A DSyncDependenceAnalysis.cpp473 auto ItInserted = CachedControlDivDescs.emplace(&Term, std::move(DivDesc)); local
474 assert(ItInserted.second);
475 return *ItInserted.first->second;
/openbsd-current/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DDebugObjectManagerPlugin.cpp374 auto ItInserted = Sections.try_emplace(Name, std::move(Section));
375 if (!ItInserted.second)
/openbsd-current/gnu/llvm/llvm/include/llvm/ADT/
H A DGenericUniformityImpl.h769 auto ItInserted = variable
771 assert(ItInserted.second);
772 return *ItInserted.first->second;

Completed in 179 milliseconds