Home
last modified time | relevance | path

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

/dports/math/cvc4/CVC4-1.7/src/theory/bv/
H A Dtheory_bv_rewrite_rules.h54 SgtEliminate, enumerator
213 case SgtEliminate: out << "SgtEliminate"; return out;
461 RewriteRule<SgtEliminate> rule12;
H A Dtheory_bv_rewrite_rules_operator_elimination.h62 bool RewriteRule<SgtEliminate>::applies(TNode node) { in applies()
67 Node RewriteRule<SgtEliminate>::apply(TNode node) in apply()
H A Dtheory_bv_rewriter.cpp145 < RewriteRule<SgtEliminate> in RewriteSgt()