Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/MIRParser/
H A DMILexer.h159 FloatingPointLiteral, enumerator
H A DMILexer.cpp556 Token.reset(MIToken::FloatingPointLiteral, Range.upto(C)); in lexFloatingPointLiteral()
578 Token.reset(MIToken::FloatingPointLiteral, Range.upto(C)); in maybeLexHexadecimalLiteral()
H A DMIParser.cpp1931 if (Token.isNot(MIToken::FloatingPointLiteral) && in parseFPImmediateOperand()