Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Support/
H A DAPFloat.cpp1476 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 …]
H A DStringRef.cpp594 if (Status != APFloat::opOK) { in getAsDouble()
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DFloat2Int.cpp270 if (Res != APFloat::opOK || NewF != F) in calcRange()
H A DIndVarSimplify.cpp199 APFloat::rmTowardZero, &isExact) != APFloat::opOK || in ConvertToSInt()
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DConstantFolding.cpp1872 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()
/openbsd/gnu/llvm/llvm/include/llvm/ADT/
H A DAPFloat.h217 opOK = 0x00, enumerator
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1962 APFloat::opOK && in replacePowWithExp()
2156 if (Expo2.add(ExpoA, APFloat::rmNearestTiesToEven) != APFloat::opOK) in optimizePow()
2180 APFloat::opOK) { in optimizePow()
/openbsd/gnu/llvm/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.cpp1699 case APFloatBase::opOK: in SetAccruedExceptions()
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp5271 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()
H A DDAGCombiner.cpp15896 if ((st == APFloat::opOK || st == APFloat::opInexact) && // Not too nasty in visitFDIV()
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp1479 if (errorToBool(StatusOrErr.takeError()) || *StatusOrErr != APFloat::opOK) in isExactFPImm()
3305 RealVal, *StatusOrErr == APFloat::opOK, S, getContext())); in tryParseFPImm()
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1893 if (Status != APFloat::opOK && in canLosslesslyConvertToFPType()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaChecking.cpp13515 if (Result == llvm::APFloat::opOK && isExact) { in DiagnoseFloatingImpCast()
14183 if (ConversionStatus != llvm::APFloat::opOK) { in CheckImplicitConversion()
H A DSemaExpr.cpp3716 bool isExact = (result == APFloat::opOK); in BuildFloatingLiteral()
/openbsd/gnu/llvm/clang/lib/AST/
H A DExprConstant.cpp2591 if ((St != APFloat::opOK) && in checkFloatingPointResult()
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp22086 LLVM_ATTRIBUTE_UNUSED APFloat::opStatus Status = APFloat::opOK; in FP_TO_INTHelper()
22096 assert(Status == APFloat::opOK && !LosesInfo && in FP_TO_INTHelper()