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.cpp1595 unsigned OverflowMaxOutputBits = OpsFromSigned ? 2 : 1; in foldFBinOpOfIntCastsFromSign() local
1602 OverflowMaxOutputBits += OverflowMaxCurBits; in foldFBinOpOfIntCastsFromSign()
1606 OverflowMaxOutputBits += OverflowMaxCurBits; in foldFBinOpOfIntCastsFromSign()
1610 OverflowMaxOutputBits += OverflowMaxCurBits * 2; in foldFBinOpOfIntCastsFromSign()
1616 if (OverflowMaxOutputBits < IntSz) { in foldFBinOpOfIntCastsFromSign()