Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp329 bool AllEmpty = true; in validate() local
331 AllEmpty &= I.second.empty(); in validate()
332 return !AllEmpty; in validate()