Home
last modified time | relevance | path

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

/external/llvm/lib/VMCore/
DConstants.cpp560 if (&V.getSemantics() == &APFloat::IEEEhalf) in get()
562 else if (&V.getSemantics() == &APFloat::IEEEsingle) in get()
564 else if (&V.getSemantics() == &APFloat::IEEEdouble) in get()
566 else if (&V.getSemantics() == &APFloat::x87DoubleExtended) in get()
568 else if (&V.getSemantics() == &APFloat::IEEEquad) in get()
571 assert(&V.getSemantics() == &APFloat::PPCDoubleDouble && in get()
589 assert(&V.getSemantics() == TypeToFloatSemantics(Ty) && in ConstantFP()
1132 if (&Val2.getSemantics() == &APFloat::IEEEhalf) in isValueValidForType()
1138 if (&Val2.getSemantics() == &APFloat::IEEEsingle) in isValueValidForType()
1144 if (&Val2.getSemantics() == &APFloat::IEEEhalf || in isValueValidForType()
[all …]
DAsmWriter.cpp711 if (&CFP->getValueAPF().getSemantics() == &APFloat::IEEEhalf || in WriteConstantInternal()
712 &CFP->getValueAPF().getSemantics() == &APFloat::IEEEsingle || in WriteConstantInternal()
713 &CFP->getValueAPF().getSemantics() == &APFloat::IEEEdouble) { in WriteConstantInternal()
720 bool isHalf = &CFP->getValueAPF().getSemantics()==&APFloat::IEEEhalf; in WriteConstantInternal()
721 bool isDouble = &CFP->getValueAPF().getSemantics()==&APFloat::IEEEdouble; in WriteConstantInternal()
765 if (&CFP->getValueAPF().getSemantics() == &APFloat::x87DoubleExtended) { in WriteConstantInternal()
787 } else if (&CFP->getValueAPF().getSemantics() == &APFloat::IEEEquad) in WriteConstantInternal()
789 else if (&CFP->getValueAPF().getSemantics() == &APFloat::PPCDoubleDouble) in WriteConstantInternal()
/external/clang/include/clang/AST/
DAPValue.h364 assert(&R.getSemantics() == &I.getSemantics() && in setComplexFloat()
/external/llvm/include/llvm/ADT/
DAPFloat.h320 const fltSemantics &getSemantics() const { return *semantics; } in getSemantics() function
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp372 if (&CSDN->getValueAPF().getSemantics()==&APFloat::IEEEsingle) in print_details()
374 else if (&CSDN->getValueAPF().getSemantics()==&APFloat::IEEEdouble) in print_details()
DSelectionDAG.cpp94 &Val.getSemantics() == &APFloat::PPCDoubleDouble) in isValueValidForType()
DDAGCombiner.cpp5778 APFloat Recip(N1APF.getSemantics(), 1); // 1.0 in visitFDIV()
/external/llvm/include/llvm/
DConstants.h287 if (&Val.getSemantics() == &APFloat::PPCDoubleDouble) in isExactlyValue()
290 FV.convert(Val.getSemantics(), APFloat::rmNearestTiesToEven, &ignored); in isExactlyValue()
/external/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h1201 if (&Value->getValueAPF().getSemantics() == &APFloat::PPCDoubleDouble)
1204 Tmp.convert(Value->getValueAPF().getSemantics(),
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp2704 APFloat SMax(RHS.getSemantics(), APFloat::fcZero, false); in FoldFCmp_IntToFP_Cst()
2716 APFloat UMax(RHS.getSemantics(), APFloat::fcZero, false); in FoldFCmp_IntToFP_Cst()
2729 APFloat SMin(RHS.getSemantics(), APFloat::fcZero, false); in FoldFCmp_IntToFP_Cst()
2740 APFloat SMin(RHS.getSemantics(), APFloat::fcZero, false); in FoldFCmp_IntToFP_Cst()
DInstCombineMulDivRem.cpp567 APFloat Reciprocal(Op1F.getSemantics()); in visitFDiv()
/external/llvm/lib/Target/CppBackend/
DCPPBackend.cpp201 if (&V.getSemantics() == &APFloat::IEEEdouble) { in ftostr()
204 } else if (&V.getSemantics() == &APFloat::IEEEsingle) { in ftostr()
/external/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp221 if (&APF.getSemantics() == &APFloat::PPCDoubleDouble) in ConvertToSInt()
/external/clang/lib/CodeGen/
DCGExprConstant.cpp1127 if (&Init.getSemantics() == &llvm::APFloat::IEEEhalf) in EmitConstantValue()
/external/clang/lib/AST/
DItaniumMangle.cpp2870 mangleFloat(llvm::APFloat(Imag->getValue().getSemantics())); in mangleExpression()
DExprConstant.cpp5824 Result.FloatReal = APFloat(Imag.getSemantics()); in VisitImaginaryLiteral()
5901 Result.FloatImag = APFloat(Real.getSemantics()); in VisitCastExpr()
/external/llvm/lib/AsmParser/
DLLParser.cpp2487 if (&ID.APFloatVal.getSemantics() == &APFloat::IEEEdouble) { in ConvertValIDToValue()