Lines Matching refs:OverflowingBinaryOperator
2758 if (NUW) Flags |= OverflowingBinaryOperator::NoUnsignedWrap;2759 if (NSW) Flags |= OverflowingBinaryOperator::NoSignedWrap;