Searched refs:IsNegativeConst (Results 1 – 1 of 1) sorted by relevance
2348 bool IsNegativeConst = (Signed && C.isNegative()); in willNotOverflow() local2350 bool OverflowDown = IsSub ^ IsNegativeConst; in willNotOverflow()2352 if (IsNegativeConst) { in willNotOverflow()