reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
383 return maybeLexIndex(C, Token, Rule, MIToken::IRValue);
lib/CodeGen/MIRParser/MILexer.h 224 Kind == JumpTableIndex || Kind == IRBlock || Kind == IRValue;
lib/CodeGen/MIRParser/MIParser.cpp2601 case MIToken::IRValue: { 2772 if (Token.isNot(MIToken::NamedIRValue) && Token.isNot(MIToken::IRValue) &&