Home
last modified time | relevance | path

Searched refs:HexIntToVal (Results 1 – 2 of 2) 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
854 APFloatVal = APFloat(BitsToDouble(HexIntToVal(TokStart+2, CurPtr))); in Lex0x()
878 APInt(16,HexIntToVal(TokStart+3, CurPtr))); in Lex0x()