Home
last modified time | relevance | path

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

/external/llvm/lib/AsmParser/
DLLLexer.h90 uint64_t HexIntToVal(const char *Buffer, const char *End);
DLLLexer.cpp63 uint64_t LLLexer::HexIntToVal(const char *Buffer, const char *End) { in HexIntToVal() function in LLLexer
874 APFloatVal = APFloat(BitsToDouble(HexIntToVal(TokStart+2, CurPtr))); in Lex0x()
898 APInt(16,HexIntToVal(TokStart+3, CurPtr))); in Lex0x()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/AsmParser/
DLLLexer.h98 uint64_t HexIntToVal(const char *Buffer, const char *End);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLLexer.h98 uint64_t HexIntToVal(const char *Buffer, const char *End);
DLLLexer.cpp59 uint64_t LLLexer::HexIntToVal(const char *Buffer, const char *End) { in HexIntToVal() function in LLLexer
1009 APInt(64, HexIntToVal(TokStart + 2, CurPtr))); in Lex0x()
1033 APInt(16,HexIntToVal(TokStart+3, CurPtr))); in Lex0x()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/AsmParser/
DLLLexer.cpp59 uint64_t LLLexer::HexIntToVal(const char *Buffer, const char *End) { in HexIntToVal() function in LLLexer
1001 APInt(64, HexIntToVal(TokStart + 2, CurPtr))); in Lex0x()
1025 APInt(16,HexIntToVal(TokStart+3, CurPtr))); in Lex0x()
1030 APInt(16, HexIntToVal(TokStart + 3, CurPtr))); in Lex0x()