Searched refs:N1Cost (Results 1 – 1 of 1) sorted by relevance
17679 NegatibleCost N1Cost = NegatibleCost::Expensive; in getNegatedExpression() local17681 N1Cost, Depth + 1); in getNegatedExpression()17683 if (NegN0 && N0Cost <= N1Cost) { in getNegatedExpression()17687 Cost = std::min(N1Cost, N2Cost); in getNegatedExpression()