Home
last modified time | relevance | path

Searched refs:getSemantics (Results 1 – 15 of 15) sorted by relevance

/external/llvm/include/llvm/ADT/
DStringExtras.h112 if (&V.getSemantics() == &APFloat::IEEEdouble) in ftostr()
114 else if (&V.getSemantics() == &APFloat::IEEEsingle) in ftostr()
DAPFloat.h320 const fltSemantics &getSemantics() const { return *semantics; } in getSemantics() function
/external/llvm/lib/VMCore/
DConstants.cpp536 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 …]
DAsmWriter.cpp693 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()
/external/clang/include/clang/AST/
DAPValue.h197 assert(&R.getSemantics() == &I.getSemantics() && in setComplexFloat()
/external/llvm/include/llvm/
DConstants.h282 if (&Val.getSemantics() == &APFloat::PPCDoubleDouble) in isExactlyValue()
285 FV.convert(Val.getSemantics(), APFloat::rmNearestTiesToEven, &ignored); in isExactlyValue()
/external/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h1162 if (&Value->getValueAPF().getSemantics() == &APFloat::PPCDoubleDouble)
1165 Tmp.convert(Value->getValueAPF().getSemantics(),
/external/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp568 APFloat Reciprocal(Op1F.getSemantics()); in visitFDiv()
DInstCombineCompares.cpp2651 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()
/external/clang/lib/AST/
DExprConstant.cpp2277 Result.FloatReal = APFloat(Imag.getSemantics()); in VisitImaginaryLiteral()
2349 Result.FloatImag = APFloat(Real.getSemantics()); in VisitCastExpr()
DItaniumMangle.cpp2660 mangleFloat(llvm::APFloat(Imag->getValue().getSemantics())); in mangleExpression()
/external/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp256 if (&APF.getSemantics() == &APFloat::PPCDoubleDouble) in ConvertToSInt()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp94 &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()
/external/clang/lib/Sema/
DSemaChecking.cpp3030 if (&Value.getSemantics() == &llvm::APFloat::PPCDoubleDouble) in DiagnoseFloatingLiteralImpCast()
/external/llvm/lib/AsmParser/
DLLParser.cpp2466 if (&ID.APFloatVal.getSemantics() == &APFloat::IEEEdouble && in ConvertValIDToValue()