Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMILexer.h177 QuotedIRValue, // `<constant value>` enumerator
H A DMILexer.cpp710 Token.reset(MIToken::QuotedIRValue, Range.upto(C)).setStringValue(Value); in maybeLexEscapedIRValue()
H A DMIParser.cpp3125 case MIToken::QuotedIRValue: { in parseIRValue()
3295 Token.isNot(MIToken::QuotedIRValue) && in parseMachinePointerInfo()