Home
last modified time | relevance | path

Searched refs:convertToInteger (Results 1 – 16 of 16) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/
H A DAPFloat.h361 opStatus convertToInteger(integerPart *, unsigned int, bool, roundingMode,
363 opStatus convertToInteger(APSInt &, roundingMode, bool *) const;
/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A DAPFloat.cpp1738 fs = V.convertToInteger(x, parts * integerPartWidth, true, in remainder()
1778 fs = V.convertToInteger(x, parts * integerPartWidth, true, in mod()
2188 APFloat::convertToInteger(integerPart *parts, unsigned int width, in convertToInteger() function in APFloat
2222 APFloat::convertToInteger(APSInt &result, in convertToInteger() function in APFloat
2227 opStatus status = convertToInteger( in convertToInteger()
/minix3/external/bsd/llvm/dist/llvm/unittests/ADT/
H A DAPFloatTest.cpp957 .convertToInteger(result, APFloat::rmTowardZero, &isExact)); in TEST()
963 .convertToInteger(result, APFloat::rmTowardZero, &isExact)); in TEST()
969 .convertToInteger(result, APFloat::rmTowardZero, &isExact)); in TEST()
975 .convertToInteger(result, APFloat::rmTowardZero, &isExact)); in TEST()
982 .convertToInteger(result, APFloat::rmTowardZero, &isExact)); in TEST()
988 .convertToInteger(result, APFloat::rmTowardZero, &isExact)); in TEST()
994 .convertToInteger(result, APFloat::rmTowardZero, &isExact)); in TEST()
/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp640 (void)apf.convertToInteger(&v, BitWidth, in getConstantValue()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp231 if (APF.convertToInteger(&UIntVal, 64, true, APFloat::rmTowardZero, in ConvertToSInt()
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/
H A DConstantFolding.cpp1392 APFloat::opStatus status = Val.convertToInteger(&UIntVal, ResultWidth, in ConstantFoldConvertToInt()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp234 (void)Flt.convertToInteger(x, IntBitWidth, /*isSigned=*/true, in materializeConstant()
H A DSelectionDAG.cpp2752 APFloat::opStatus s = V.convertToInteger(x, VT.getSizeInBits(), in getNode()
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DConstantFold.cpp599 V.convertToInteger(x, DestBitWidth, opc==Instruction::FPToSI, in ConstantFoldCastInstruction()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp3646 RHS.convertToInteger(RHSCvt, APFloat::rmNearestTiesToEven, &IsExact); in FoldFCmp_IntToFP_Cst()
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGExprScalar.cpp620 if (LargestFloat.convertToInteger(LargestInt, APFloat::rmTowardZero, in EmitFloatConversionCheck()
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp1510 if (Value.convertToInteger(Result, llvm::APFloat::rmTowardZero, &ignored) in HandleFloatToIntCast()
8933 if (FL->getValue().convertToInteger(IgnoredVal, in CheckICE()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp2091 FVal.convertToInteger(IntVal, APFloat::rmTowardZero, &IsExact); in SelectCVTFixedPosOperand()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp6237 if (Value.convertToInteger(IntegerValue, in DiagnoseFloatingLiteralImpCast()
H A DSemaOverload.cpp310 Result.convertToInteger(ConvertedValue, in getNarrowingKind()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp9286 if (APF.convertToInteger(&cN, 64, isSigned, APFloat::rmTowardZero, &isExact) in isConstVecPow2()