Searched refs:kw_nuw (Results 1 – 5 of 5) sorted by relevance
73 kw_nuw, enumerator
213 .Case("nuw", MIToken::kw_nuw) in getIdentifierKind()
1469 Token.is(MIToken::kw_nuw) || in parseInstruction()1497 if (Token.is(MIToken::kw_nuw)) in parseInstruction()
110 kw_nuw, enumerator
4262 if (EatIfPresent(lltok::kw_nuw)) in parseValID()4266 if (EatIfPresent(lltok::kw_nuw)) in parseValID()4324 else if (EatIfPresent(lltok::kw_nuw)) in parseValID()6896 bool NUW = EatIfPresent(lltok::kw_nuw); in parseInstruction()6898 if (!NUW) NUW = EatIfPresent(lltok::kw_nuw); in parseInstruction()6972 bool NUW = EatIfPresent(lltok::kw_nuw); in parseInstruction()6975 NUW = EatIfPresent(lltok::kw_nuw); in parseInstruction()8458 else if (EatIfPresent(lltok::kw_nuw)) in parseGetElementPtr()