Searched refs:opOK (Results 1 – 16 of 16) sorted by relevance
1476 return opOK; in normalize()1536 return opOK; in normalize()1608 return opOK; in addOrSubtractSpecials()1614 return opOK; in addOrSubtractSpecials()1619 return opOK; in addOrSubtractSpecials()1623 return opOK; in addOrSubtractSpecials()1633 return opOK; in addOrSubtractSpecials()1735 return opOK; in multiplySpecials()1972 fs = opOK; in remainder()2415 fs = opOK; in convert()[all …]
594 if (Status != APFloat::opOK) { in getAsDouble()
270 if (Res != APFloat::opOK || NewF != F) in calcRange()
199 APFloat::rmTowardZero, &isExact) != APFloat::opOK || in ConvertToSInt()
1872 if (status != APFloat::opOK && in ConstantFoldSSEConvertToInt()1914 if (St == APFloat::opStatus::opOK) in mayFoldConstrained()2066 if (Status == APFloat::opOK || Status == APFloat::opInexact) in ConstantFoldScalarCall1()2473 APFloat::opStatus St = APFloat::opOK; in evaluateCompare()2608 if (APFloat::opStatus::opOK == V.mod(Op2->getValueAPF())) in ConstantFoldScalarCall2()2616 if (APFloat::opStatus::opOK == V.remainder(Op2->getValueAPF())) in ConstantFoldScalarCall2()
217 opOK = 0x00, enumerator
1962 APFloat::opOK && in replacePowWithExp()2156 if (Expo2.add(ExpoA, APFloat::rmNearestTiesToEven) != APFloat::opOK) in optimizePow()2180 APFloat::opOK) { in optimizePow()
1699 case APFloatBase::opOK: in SetAccruedExceptions()
5271 if (fs == APFloat::opOK || fs == APFloat::opInexact) in getNode()5277 if (fs == APFloat::opOK || fs == APFloat::opInexact) in getNode()5283 if (fs == APFloat::opOK || fs == APFloat::opInexact) in getNode()11888 APFloat::opOK || in getConstantFPSplatPow2ToLog2Int()
15896 if ((st == APFloat::opOK || st == APFloat::opInexact) && // Not too nasty in visitFDIV()
1479 if (errorToBool(StatusOrErr.takeError()) || *StatusOrErr != APFloat::opOK) in isExactFPImm()3305 RealVal, *StatusOrErr == APFloat::opOK, S, getContext())); in tryParseFPImm()
1893 if (Status != APFloat::opOK && in canLosslesslyConvertToFPType()
13515 if (Result == llvm::APFloat::opOK && isExact) { in DiagnoseFloatingImpCast()14183 if (ConversionStatus != llvm::APFloat::opOK) { in CheckImplicitConversion()
3716 bool isExact = (result == APFloat::opOK); in BuildFloatingLiteral()
2591 if ((St != APFloat::opOK) && in checkFloatingPointResult()
22086 LLVM_ATTRIBUTE_UNUSED APFloat::opStatus Status = APFloat::opOK; in FP_TO_INTHelper()22096 assert(Status == APFloat::opOK && !LosesInfo && in FP_TO_INTHelper()