Home
last modified time | relevance | path

Searched refs:OverflowMaxOutputBits (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1547 unsigned OverflowMaxOutputBits = OpsFromSigned ? 2 : 1; in foldFBinOpOfIntCastsFromSign() local
1554 OverflowMaxOutputBits += OverflowMaxCurBits; in foldFBinOpOfIntCastsFromSign()
1558 OverflowMaxOutputBits += OverflowMaxCurBits; in foldFBinOpOfIntCastsFromSign()
1562 OverflowMaxOutputBits += OverflowMaxCurBits * 2; in foldFBinOpOfIntCastsFromSign()
1568 if (OverflowMaxOutputBits < IntSz) { in foldFBinOpOfIntCastsFromSign()