Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/MIRParser/
H A DMILexer.cpp565 unsigned PrefLen = 2; in maybeLexHexadecimalLiteral() local
568 PrefLen++; in maybeLexHexadecimalLiteral()
573 if (StrVal.size() <= PrefLen) in maybeLexHexadecimalLiteral()
575 if (PrefLen == 2) in maybeLexHexadecimalLiteral()