reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/AsmParser/LLLexer.cpp
  565   KEYWORD(nuw);
lib/AsmParser/LLParser.cpp
 3463       if (EatIfPresent(lltok::kw_nuw))
 3467         if (EatIfPresent(lltok::kw_nuw))
 5729     bool NUW = EatIfPresent(lltok::kw_nuw);
 5731     if (!NUW) NUW = EatIfPresent(lltok::kw_nuw);