Searched refs:LConjunction (Results 1 – 1 of 1) sorted by relevance
863 for (auto &LConjunction : LDNF) { in makeDNF() local866 Combined.reserve(LConjunction.size() + RConjunction.size()); in makeDNF()867 std::copy(LConjunction.begin(), LConjunction.end(), in makeDNF()