/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
H A D | APFloat.h | 301 opStatus convertToInteger(MutableArrayRef<integerPart>, unsigned int, bool, 667 opStatus convertToInteger(MutableArrayRef<integerPart> Input, 1107 opStatus convertToInteger(MutableArrayRef<integerPart> Input, in convertToInteger() function 1111 convertToInteger(Input, Width, IsSigned, RM, IsExact)); in convertToInteger() 1113 opStatus convertToInteger(APSInt &Result, roundingMode RM,
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | Float2Int.cpp | 336 CF->getValueAPF().convertToInteger(Int, in walkForwards() 451 CF->getValueAPF().convertToInteger(Val, in convert()
|
H A D | IndVarSimplify.cpp | 196 if (APF.convertToInteger(makeMutableArrayRef(UIntVal), 64, true, in ConvertToSInt()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | APFixedPoint.cpp | 543 Val.convertToInteger(Res, RM, &Ignored); in getFromFloatValue()
|
H A D | APFloat.cpp | 2394 IEEEFloat::convertToInteger(MutableArrayRef<integerPart> parts, in convertToInteger() function in llvm::detail::IEEEFloat 4674 DoubleAPFloat::convertToInteger(MutableArrayRef<integerPart> Input, in convertToInteger() function in llvm::detail::DoubleAPFloat 4679 .convertToInteger(Input, Width, IsSigned, RM, IsExact); in convertToInteger() 4873 APFloat::opStatus APFloat::convertToInteger(APSInt &result, in convertToInteger() function in llvm::APFloat 4878 opStatus status = convertToInteger(parts, bitWidth, result.isSigned(), in convertToInteger()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | ConstantFolding.cpp | 1787 Val.convertToInteger(makeMutableArrayRef(UIntVal), ResultWidth, in ConstantFoldSSEConvertToInt() 1892 U.convertToInteger(Int, APFloat::rmTowardZero, &IsExact); in ConstantFoldScalarCall1() 1906 U.convertToInteger(Int, APFloat::rmTowardZero, &IsExact); in ConstantFoldScalarCall1()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/ |
H A D | ExecutionEngine.cpp | 722 (void)apf.convertToInteger(makeMutableArrayRef(v), BitWidth, in getConstantValue()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | SimplifyLibCalls.cpp | 1542 NF->convertToInteger(NI, APFloat::rmTowardZero, &Ignored) == in replacePowWithExp() 1770 ExpoF->convertToInteger(IntExpo, APFloat::rmTowardZero, &Ignored) == in optimizePow()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | FastISel.cpp | 308 (void)Flt.convertToInteger(SIntVal, APFloat::rmTowardZero, &isExact); in materializeConstant()
|
H A D | SelectionDAG.cpp | 4718 V.convertToInteger(IntVal, APFloat::rmTowardZero, &ignored); in getNode() 10392 if (APF.convertToInteger(IntVal, APFloat::rmTowardZero, &IsExact) != in getConstantFPSplatPow2ToLog2Int()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | ConstantFold.cpp | 652 V.convertToInteger(IntVal, APFloat::rmTowardZero, &ignored)) { in ConstantFoldCastInstruction()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelDAGToDAG.cpp | 2883 FVal.convertToInteger(IntVal, APFloat::rmTowardZero, &IsExact); in SelectCVTFixedPosOperand()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCompares.cpp | 5827 RHS.convertToInteger(RHSCvt, APFloat::rmNearestTiesToEven, &IsExact); in foldFCmpIntToFPConst()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | ExprConstant.cpp | 2532 if (Value.convertToInteger(Result, llvm::APFloat::rmTowardZero, &ignored) in HandleFloatToIntCast() 15380 if (FL->getValue().convertToInteger(IgnoredVal, in CheckICE()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaOverload.cpp | 367 Result.convertToInteger(ConvertedValue, in getNarrowingKind()
|
H A D | SemaChecking.cpp | 11852 llvm::APFloat::opStatus Result = Value.convertToInteger( in DiagnoseFloatingImpCast()
|
H A D | SemaExpr.cpp | 9858 Float.convertToInteger(ConvertBack, llvm::APFloat::rmNearestTiesToEven, in canConvertIntTyToFloatTy()
|