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