Searched defs:HexIntToVal (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/AsmParser/
H A DLLLexer.cpp63 uint64_t LLLexer::HexIntToVal(const char *Buffer, const char *End) { function in class:LLLexer
833 APFloatVal = APFloat(BitsToDouble(HexIntToVal(TokStart+2, CurPtr)));
857 APInt(16,HexIntToVal(TokStart+3, CurPtr)));

Completed in 67 milliseconds