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