Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/AsmParser/
H A DLLLexer.h98 uint64_t HexIntToVal(const char *Buffer, const char *End);
/llvm-project-15.0.7/llvm/lib/AsmParser/
H A DLLLexer.cpp59 uint64_t LLLexer::HexIntToVal(const char *Buffer, const char *End) { in HexIntToVal() function in LLLexer
983 APInt(64, HexIntToVal(TokStart + 2, CurPtr))); in Lex0x()
1007 APInt(16,HexIntToVal(TokStart+3, CurPtr))); in Lex0x()
1012 APInt(16, HexIntToVal(TokStart + 3, CurPtr))); in Lex0x()