HomeSort by: relevance | last modified time | path
    Searched refs:kw_nuw (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
MILexer.h 72 kw_nuw, enumerator in enum:llvm::MIToken::TokenKind
MILexer.cpp 215 .Case("nuw", MIToken::kw_nuw)
MIParser.cpp 1236 Token.is(MIToken::kw_nuw) ||
1259 if (Token.is(MIToken::kw_nuw))
  /src/external/apache2/llvm/dist/llvm/include/llvm/AsmParser/
LLToken.h 110 kw_nuw, enumerator in enum:llvm::lltok::Kind
  /src/external/apache2/llvm/dist/llvm/lib/AsmParser/
LLParser.cpp 3759 if (EatIfPresent(lltok::kw_nuw))
3763 if (EatIfPresent(lltok::kw_nuw))
6201 bool NUW = EatIfPresent(lltok::kw_nuw);
6203 if (!NUW) NUW = EatIfPresent(lltok::kw_nuw);

Completed in 74 milliseconds