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

/openbsd-current/gnu/llvm/llvm/lib/CodeGen/MIRParser/
H A DMILexer.h71 kw_reassoc, enumerator in enum:llvm::MIToken::TokenKind
H A DMILexer.cpp212 .Case("reassoc", MIToken::kw_reassoc)
H A DMIParser.cpp1450 Token.is(MIToken::kw_reassoc) ||
1472 if (Token.is(MIToken::kw_reassoc))
/openbsd-current/gnu/llvm/llvm/include/llvm/AsmParser/
H A DLLToken.h106 kw_reassoc, enumerator in enum:llvm::lltok::Kind
H A DLLParser.h233 case lltok::kw_reassoc: FMF.setAllowReassoc(); Lex.Lex(); continue;

Completed in 137 milliseconds