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.h181 QuotedIRValue, // `<constant value>` enumerator
H A DMILexer.cpp714 Token.reset(MIToken::QuotedIRValue, Range.upto(C)).setStringValue(Value); in maybeLexEscapedIRValue()
H A DMIParser.cpp3101 case MIToken::QuotedIRValue: { in parseIRValue()
3271 Token.isNot(MIToken::QuotedIRValue) && in parseMachinePointerInfo()