Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DPredicateExpander.h75 bool IsCheckAll);
H A DPredicateExpander.cpp157 bool IsCheckAll) { in expandPredicateSequence() argument
173 OS << (IsCheckAll ? "&& " : "|| "); in expandPredicateSequence()