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