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