Home
last modified time | relevance | path

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

/dports/math/cvc4/CVC4-1.7/src/theory/bv/
H A Dtheory_bv_rewriter.h52 static RewriteResponse RewriteSge(TNode node, bool prerewrite = false);
H A Dtheory_bv_rewriter.cpp160 RewriteResponse TheoryBVRewriter::RewriteSge(TNode node, bool prerewrite){ in RewriteSge() function in TheoryBVRewriter
694 d_rewriteTable [ kind::BITVECTOR_SGE ] = RewriteSge; in initializeRewrites()