Searched refs:getSemantics (Results 1 – 15 of 15) sorted by relevance
112 if (&V.getSemantics() == &APFloat::IEEEdouble) in ftostr()114 else if (&V.getSemantics() == &APFloat::IEEEsingle) in ftostr()
320 const fltSemantics &getSemantics() const { return *semantics; } in getSemantics() function
536 if (&V.getSemantics() == &APFloat::IEEEsingle) in get()538 else if (&V.getSemantics() == &APFloat::IEEEdouble) in get()540 else if (&V.getSemantics() == &APFloat::x87DoubleExtended) in get()542 else if (&V.getSemantics() == &APFloat::IEEEquad) in get()545 assert(&V.getSemantics() == &APFloat::PPCDoubleDouble && in get()563 assert(&V.getSemantics() == TypeToFloatSemantics(Ty) && in ConstantFP()941 if (&Val2.getSemantics() == &APFloat::IEEEsingle) in isValueValidForType()947 if (&Val2.getSemantics() == &APFloat::IEEEsingle || in isValueValidForType()948 &Val2.getSemantics() == &APFloat::IEEEdouble) in isValueValidForType()954 return &Val2.getSemantics() == &APFloat::IEEEsingle || in isValueValidForType()[all …]
693 if (&CFP->getValueAPF().getSemantics() == &APFloat::IEEEdouble || in WriteConstantInternal()694 &CFP->getValueAPF().getSemantics() == &APFloat::IEEEsingle) { in WriteConstantInternal()701 bool isDouble = &CFP->getValueAPF().getSemantics()==&APFloat::IEEEdouble; in WriteConstantInternal()741 if (&CFP->getValueAPF().getSemantics() == &APFloat::x87DoubleExtended) { in WriteConstantInternal()763 } else if (&CFP->getValueAPF().getSemantics() == &APFloat::IEEEquad) in WriteConstantInternal()765 else if (&CFP->getValueAPF().getSemantics() == &APFloat::PPCDoubleDouble) in WriteConstantInternal()
197 assert(&R.getSemantics() == &I.getSemantics() && in setComplexFloat()
282 if (&Val.getSemantics() == &APFloat::PPCDoubleDouble) in isExactlyValue()285 FV.convert(Val.getSemantics(), APFloat::rmNearestTiesToEven, &ignored); in isExactlyValue()
1162 if (&Value->getValueAPF().getSemantics() == &APFloat::PPCDoubleDouble)1165 Tmp.convert(Value->getValueAPF().getSemantics(),
568 APFloat Reciprocal(Op1F.getSemantics()); in visitFDiv()
2651 APFloat SMax(RHS.getSemantics(), APFloat::fcZero, false); in FoldFCmp_IntToFP_Cst()2663 APFloat UMax(RHS.getSemantics(), APFloat::fcZero, false); in FoldFCmp_IntToFP_Cst()2676 APFloat SMin(RHS.getSemantics(), APFloat::fcZero, false); in FoldFCmp_IntToFP_Cst()
2277 Result.FloatReal = APFloat(Imag.getSemantics()); in VisitImaginaryLiteral()2349 Result.FloatImag = APFloat(Real.getSemantics()); in VisitCastExpr()
2660 mangleFloat(llvm::APFloat(Imag->getValue().getSemantics())); in mangleExpression()
256 if (&APF.getSemantics() == &APFloat::PPCDoubleDouble) in ConvertToSInt()
94 &Val.getSemantics() == &APFloat::PPCDoubleDouble) in isValueValidForType()6105 if (&CSDN->getValueAPF().getSemantics()==&APFloat::IEEEsingle) in print_details()6107 else if (&CSDN->getValueAPF().getSemantics()==&APFloat::IEEEdouble) in print_details()
3030 if (&Value.getSemantics() == &llvm::APFloat::PPCDoubleDouble) in DiagnoseFloatingLiteralImpCast()
2466 if (&ID.APFloatVal.getSemantics() == &APFloat::IEEEdouble && in ConvertValIDToValue()