reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/AsmParser/LLLexer.cpp
 1014     FP80HexToIntPair(TokStart+3, CurPtr, Pair);
 1015     APFloatVal = APFloat(APFloat::x87DoubleExtended(), APInt(80, Pair));
 1019     HexToIntPair(TokStart+3, CurPtr, Pair);
 1020     APFloatVal = APFloat(APFloat::IEEEquad(), APInt(128, Pair));
 1024     HexToIntPair(TokStart+3, CurPtr, Pair);
 1025     APFloatVal = APFloat(APFloat::PPCDoubleDouble(), APInt(128, Pair));