Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.cpp353 bool AllEmpty = true; in validate() local
355 AllEmpty &= I.second.empty(); in validate()
356 return !AllEmpty; in validate()