| /minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/ |
| H A D | APFloat.h | 361 opStatus convertToInteger(integerPart *, unsigned int, bool, roundingMode, 363 opStatus convertToInteger(APSInt &, roundingMode, bool *) const;
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Support/ |
| H A D | APFloat.cpp | 1738 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 D | APFloatTest.cpp | 957 .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 D | ExecutionEngine.cpp | 640 (void)apf.convertToInteger(&v, BitWidth, in getConstantValue()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | IndVarSimplify.cpp | 231 if (APF.convertToInteger(&UIntVal, 64, true, APFloat::rmTowardZero, in ConvertToSInt()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Analysis/ |
| H A D | ConstantFolding.cpp | 1392 APFloat::opStatus status = Val.convertToInteger(&UIntVal, ResultWidth, in ConstantFoldConvertToInt()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | FastISel.cpp | 234 (void)Flt.convertToInteger(x, IntBitWidth, /*isSigned=*/true, in materializeConstant()
|
| H A D | SelectionDAG.cpp | 2752 APFloat::opStatus s = V.convertToInteger(x, VT.getSizeInBits(), in getNode()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/IR/ |
| H A D | ConstantFold.cpp | 599 V.convertToInteger(x, DestBitWidth, opc==Instruction::FPToSI, in ConstantFoldCastInstruction()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCompares.cpp | 3646 RHS.convertToInteger(RHSCvt, APFloat::rmNearestTiesToEven, &IsExact); in FoldFCmp_IntToFP_Cst()
|
| /minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGExprScalar.cpp | 620 if (LargestFloat.convertToInteger(LargestInt, APFloat::rmTowardZero, in EmitFloatConversionCheck()
|
| /minix3/external/bsd/llvm/dist/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 1510 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 D | AArch64ISelDAGToDAG.cpp | 2091 FVal.convertToInteger(IntVal, APFloat::rmTowardZero, &IsExact); in SelectCVTFixedPosOperand()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 6237 if (Value.convertToInteger(IntegerValue, in DiagnoseFloatingLiteralImpCast()
|
| H A D | SemaOverload.cpp | 310 Result.convertToInteger(ConvertedValue, in getNarrowingKind()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 9286 if (APF.convertToInteger(&cN, 64, isSigned, APFloat::rmTowardZero, &isExact) in isConstVecPow2()
|