Searched refs:WasNegative (Results 1 – 2 of 2) sorted by relevance
3144 bool WasNegative = Value.isNegative(); in found() local3148 if (!WasNegative && Value.isNegative() && in found()3156 if (WasNegative && !Value.isNegative() && in found()
4490 bool WasNegative = Value.isNegative(); in found() local4494 if (!WasNegative && Value.isNegative() && E->canOverflow()) { in found()4501 if (WasNegative && !Value.isNegative() && E->canOverflow()) { in found()