Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVModuleAnalysis.cpp452 bool IsNewlyInserted = AllCaps.insert(Cap).second; in addCapabilities() local
453 if (!IsNewlyInserted) // Don't re-add if it's already been declared. in addCapabilities()