Searched refs:kw_nuw (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/gnu/llvm/llvm/lib/CodeGen/MIRParser/
H A DMILexer.h72 kw_nuw, enumerator in enum:llvm::MIToken::TokenKind
H A DMILexer.cpp213 .Case("nuw", MIToken::kw_nuw)
H A DMIParser.cpp1451 Token.is(MIToken::kw_nuw) ||
1474 if (Token.is(MIToken::kw_nuw))
/openbsd-current/gnu/llvm/llvm/include/llvm/AsmParser/
H A DLLToken.h109 kw_nuw, enumerator in enum:llvm::lltok::Kind
/openbsd-current/gnu/llvm/llvm/lib/AsmParser/
H A DLLParser.cpp3833 if (EatIfPresent(lltok::kw_nuw))
3837 if (EatIfPresent(lltok::kw_nuw))
6309 bool NUW = EatIfPresent(lltok::kw_nuw);
6311 if (!NUW) NUW = EatIfPresent(lltok::kw_nuw);

Completed in 175 milliseconds