Home
last modified time | relevance | path

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

/dports/math/cvc4/CVC4-1.7/src/theory/bv/
H A Dtheory_bv_rewrite_rules_operator_elimination.h131 bool RewriteRule<UleEliminate>::applies(TNode node) { in applies()
136 Node RewriteRule<UleEliminate>::apply(TNode node) in apply()
H A Dtheory_bv_rewrite_rules.h60 UleEliminate, enumerator
338 case UleEliminate : out << "UleEliminate"; return out;
H A Dtheory_bv_rewriter.cpp122 RewriteRule<UleEliminate> in RewriteUle()