Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/MIRParser/
DMILexer.cpp488 unsigned PrefLen = 2; in maybeLexHexadecimalLiteral() local
491 PrefLen++; in maybeLexHexadecimalLiteral()
496 if (StrVal.size() <= PrefLen) in maybeLexHexadecimalLiteral()
498 if (PrefLen == 2) in maybeLexHexadecimalLiteral()