Searched refs:OverflowMaxOutputBits (Results 1 – 1 of 1) sorted by relevance
1547 unsigned OverflowMaxOutputBits = OpsFromSigned ? 2 : 1; in foldFBinOpOfIntCastsFromSign() local1554 OverflowMaxOutputBits += OverflowMaxCurBits; in foldFBinOpOfIntCastsFromSign()1558 OverflowMaxOutputBits += OverflowMaxCurBits; in foldFBinOpOfIntCastsFromSign()1562 OverflowMaxOutputBits += OverflowMaxCurBits * 2; in foldFBinOpOfIntCastsFromSign()1568 if (OverflowMaxOutputBits < IntSz) { in foldFBinOpOfIntCastsFromSign()