Searched refs:simpThm (Results 1 – 6 of 6) sorted by relevance
769 Theorem simpThm = simplify(thm); in bcp()770 Expr simp = simpThm.getExpr(); in bcp()777 simpThm = d_commonRules->skolemize(simpThm); in bcp()778 simp = simpThm.getExpr(); in bcp()781 enqueueFact(simpThm); in bcp()784 d_nonLiterals[i] = simpThm; in bcp()795 setInconsistent(simpThm); in bcp()
702 Theorem simpThm = simplify(sigNew); in update() local703 thm = transitivityRule(thm, simpThm); in update()
4324 Theorem simpThm = d_theoryCore->simplify(res.getRHS()); in getAssignment() local4327 pr.push_back(simpThm.getRHS()); in getAssignment()4335 Theorem simpThm = d_theoryCore->simplify(res.getRHS()); in getValue() local4336 return simpThm.getRHS(); in getValue()
1923 Theorem simpThm = d_theoryCore->simplify(res.getRHS()); in simplifyThm() local1924 res = d_theoryCore->transitivityRule(res, simpThm); in simplifyThm()
692 Theorem simpThm = simplify(thm.getExpr()); in enqueueInst() local695 Expr res = simpThm.getRHS(); in enqueueInst()930 Theorem simpThm = simplify(thm.getExpr()); in enqueueInst() local933 Expr res = simpThm.getRHS(); in enqueueInst()
660 Theorem simpThm = rewriteBoolean(result.getRHS()); in bitBlastTerm() local663 result = transitivityRule(result, simpThm); in bitBlastTerm()