Home
last modified time | relevance | path

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

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