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.h77 bool IsCheckAll);
H A DPredicateExpander.cpp174 raw_ostream &OS, ArrayRef<const Record *> Sequence, bool IsCheckAll) { in expandPredicateSequence() argument
189 OS << (IsCheckAll ? "&& " : "|| "); in expandPredicateSequence()