Lines Matching defs:NUW
4255 bool NUW = false;
4263 NUW = true;
4267 NUW = true;
4283 if (NUW) Flags |= OverflowingBinaryOperator::NoUnsignedWrap;
6896 bool NUW = EatIfPresent(lltok::kw_nuw);
6898 if (!NUW) NUW = EatIfPresent(lltok::kw_nuw);
6903 if (NUW) cast<BinaryOperator>(Inst)->setHasNoUnsignedWrap(true);
6972 bool NUW = EatIfPresent(lltok::kw_nuw);
6974 if (!NUW)
6975 NUW = EatIfPresent(lltok::kw_nuw);
6978 if (NUW)