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.cpp577 unsigned PrefLen = 2; in maybeLexHexadecimalLiteral() local
580 PrefLen++; in maybeLexHexadecimalLiteral()
585 if (StrVal.size() <= PrefLen) in maybeLexHexadecimalLiteral()
587 if (PrefLen == 2) in maybeLexHexadecimalLiteral()