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