Searched refs:QuotedIRValue (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/MIRParser/
H A DMILexer.h121 QuotedIRValue, // `<constant value>` enumerator in enum:llvm::MIToken::TokenKind
H A DMILexer.cpp557 Token.reset(MIToken::QuotedIRValue, Range.upto(C)).setStringValue(Value);
H A DMIParser.cpp1632 case MIToken::QuotedIRValue: {
1754 Token.isNot(MIToken::QuotedIRValue))

Completed in 50 milliseconds