Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMILexer.cpp580 unsigned PrefLen = 2; in maybeLexHexadecimalLiteral() local
583 PrefLen++; in maybeLexHexadecimalLiteral()
588 if (StrVal.size() <= PrefLen) in maybeLexHexadecimalLiteral()
590 if (PrefLen == 2) in maybeLexHexadecimalLiteral()