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