Home
last modified time | relevance | path

Searched refs:mk_gt_core (Results 1 – 4 of 4) sorted by relevance

/dports/math/z3/z3-z3-4.8.13/src/ast/rewriter/
H A Darith_rewriter.h128 br_status mk_gt_core(expr * arg1, expr * arg2, expr_ref & result);
146 void mk_gt(expr * arg1, expr * arg2, expr_ref & result) { mk_gt_core(arg1, arg2, result); } in mk_gt()
H A Darith_rewriter.cpp68 case OP_GT: SASSERT(num_args == 2); st = mk_gt_core(args[0], args[1], result); break; in mk_app_core()
685 br_status arith_rewriter::mk_gt_core(expr * arg1, expr * arg2, expr_ref & result) { in mk_gt_core() function in arith_rewriter
/dports/math/py-z3-solver/z3-z3-4.8.10/src/ast/rewriter/
H A Darith_rewriter.h128 br_status mk_gt_core(expr * arg1, expr * arg2, expr_ref & result);
146 void mk_gt(expr * arg1, expr * arg2, expr_ref & result) { mk_gt_core(arg1, arg2, result); } in mk_gt()
H A Darith_rewriter.cpp68 case OP_GT: SASSERT(num_args == 2); st = mk_gt_core(args[0], args[1], result); break; in mk_app_core()
683 br_status arith_rewriter::mk_gt_core(expr * arg1, expr * arg2, expr_ref & result) { in mk_gt_core() function in arith_rewriter