Searched refs:leftToRightCost (Results 1 – 1 of 1) sorted by relevance
373 CoercionCost leftToRightCost = isAssignment ? CoercionCost::Impossible() in determineBinaryType() local382 if (rightToLeftCost.isPossible(allowNarrowing) && rightToLeftCost < leftToRightCost) { in determineBinaryType()387 } else if (leftToRightCost.isPossible(allowNarrowing)) { in determineBinaryType()