Searched refs:WasNegative (Results 1 – 1 of 1) sorted by relevance
4651 bool WasNegative = Value.isNegative(); in found() local4655 if (!WasNegative && Value.isNegative() && E->canOverflow()) { in found()4662 if (WasNegative && !Value.isNegative() && E->canOverflow()) { in found()