Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DPredicateExpander.h79 bool IsCheckAll);
H A DPredicateExpander.cpp181 bool IsCheckAll) { in expandPredicateSequence() argument
197 OS << (IsCheckAll ? "&& " : "|| "); in expandPredicateSequence()