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