Searched refs:LHSOrRHSKnownNegative (Results 1 – 2 of 2) sorted by relevance
3384 bool LHSOrRHSKnownNegative = (LHSKnownNegative || RHSKnownNegative); in computeOverflowForSignedAdd() local3385 if (LHSOrRHSKnownNonNegative || LHSOrRHSKnownNegative) { in computeOverflowForSignedAdd()3390 (AddKnownNegative && LHSOrRHSKnownNegative)) { in computeOverflowForSignedAdd()
3911 bool LHSOrRHSKnownNegative = in computeOverflowForSignedAdd() local3913 if (LHSOrRHSKnownNonNegative || LHSOrRHSKnownNegative) { in computeOverflowForSignedAdd()3916 (AddKnown.isNegative() && LHSOrRHSKnownNegative)) { in computeOverflowForSignedAdd()