Home
last modified time | relevance | path

Searched refs:convertFromAPInt (Results 1 – 12 of 12) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DScalar.cpp448 m_float.convertFromAPInt(m_integer, true, in Promote()
455 m_float.convertFromAPInt(m_integer, true, in Promote()
463 m_float.convertFromAPInt(m_integer, true, in Promote()
572 m_float.convertFromAPInt(m_integer, true, in Promote()
579 m_float.convertFromAPInt(m_integer, true, in Promote()
587 m_float.convertFromAPInt(m_integer, true, in Promote()
680 m_float.convertFromAPInt(m_integer, true, in Promote()
687 m_float.convertFromAPInt(m_integer, true, in Promote()
695 m_float.convertFromAPInt(m_integer, true, in Promote()
776 m_float.convertFromAPInt(m_integer, true, in Promote()
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DAPFloat.h282 opStatus convertFromAPInt(const APInt &, bool, roundingMode);
642 opStatus convertFromAPInt(const APInt &Input, bool IsSigned, roundingMode RM);
1077 opStatus convertFromAPInt(const APInt &Input, bool IsSigned, in convertFromAPInt() function
1079 APFLOAT_DISPATCH_ON_SEMANTICS(convertFromAPInt(Input, IsSigned, RM)); in convertFromAPInt()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp695 (void)apf.convertFromAPInt(GV.IntVal, in getConstantValue()
710 (void)apf.convertFromAPInt(GV.IntVal, in getConstantValue()
/freebsd-12.1/contrib/llvm/lib/Support/
H A DAPFloat.cpp1826 fs = MagicConstant.convertFromAPInt(IntegerConstant, false, in roundToIntegral()
2208 IEEEFloat::opStatus IEEEFloat::convertFromAPInt(const APInt &Val, bool isSigned, in convertFromAPInt() function in llvm::detail::IEEEFloat
4306 APFloat::opStatus DoubleAPFloat::convertFromAPInt(const APInt &Input, in convertFromAPInt() function in llvm::detail::DoubleAPFloat
4311 auto Ret = Tmp.convertFromAPInt(Input, IsSigned, RM); in convertFromAPInt()
/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp5159 SMax.convertFromAPInt(APInt::getSignedMaxValue(IntWidth), true, in foldFCmpIntToFPConst()
5171 UMax.convertFromAPInt(APInt::getMaxValue(IntWidth), false, in foldFCmpIntToFPConst()
5184 SMin.convertFromAPInt(APInt::getSignedMinValue(IntWidth), true, in foldFCmpIntToFPConst()
5195 SMin.convertFromAPInt(APInt::getMinValue(IntWidth), true, in foldFCmpIntToFPConst()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprScalar.cpp880 if (MinSrc.convertFromAPInt(Min, !Unsigned, APFloat::rmTowardZero) & in EmitFloatConversionCheck()
892 if (MaxSrc.convertFromAPInt(Max, !Unsigned, APFloat::rmTowardZero) & in EmitFloatConversionCheck()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DConstantFold.cpp685 apf.convertFromAPInt(api, opc==Instruction::SIToFP, in ConstantFoldCastInstruction()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4395 APF.convertFromAPInt(SignMask, false, APFloat::rmNearestTiesToEven)) { in expandFP_TO_UINT()
H A DSelectionDAG.cpp4111 (void)apf.convertFromAPInt(Val, in getNode()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExprConstant.cpp2118 if (Result.convertFromAPInt(Value, Value.isSigned(), in HandleIntToFloatCast()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOverload.cpp346 Result.convertFromAPInt(IntConstantValue, IntConstantValue.isSigned(), in getNarrowingKind()
H A DSemaExpr.cpp8568 Float.convertFromAPInt(Result, IntTy->hasSignedIntegerRepresentation(), in canConvertIntTyToFloatTy()