Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVModuleAnalysis.cpp499 bool IsNewlyInserted = AllCaps.insert(Cap).second; in addCapabilities() local
500 if (!IsNewlyInserted) // Don't re-add if it's already been declared. in addCapabilities()