Searched refs:newQuant (Results 1 – 2 of 2) sorted by relevance
388 Formula* newQuant = new QuantifiedFormula(EXISTS, vars, 0,conj); in tryAddingAnswerLiteral() local389 Formula* newForm = new NegatedFormula(newQuant); in tryAddingAnswerLiteral()
2001 Expr newQuant = pullVarOut(cur_expr); in collectIndex() local2002 collect_forall_index(newQuant); in collectIndex()2004 d_quant_equiv_map[cur_expr] = newQuant; in collectIndex()2011 Expr newQuant = pullVarOut(cur_expr); in collectIndex() local2012 Expr sko_expr = d_theoryCore->getCommonRules()->skolemize(newQuant); in collectIndex()