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