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