Home
last modified time | relevance | path

Searched refs:opOverflow (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DAPFixedPoint.cpp146 if ((Status & APFloat::opOverflow) || !isSigned()) in fitsInFloatSemantics()
147 return !(Status & APFloat::opOverflow); in fitsInFloatSemantics()
152 return !(Status & APFloat::opOverflow); in fitsInFloatSemantics()
H A DAPFloat.cpp1413 return (opStatus) (opOverflow | opInexact); in handleOverflow()
1555 return (opStatus) (opOverflow | opInexact); in normalize()
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DAPFloat.h220 opOverflow = 0x04, enumerator
/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.cpp1690 case APFloatBase::opOverflow: in SetAccruedExceptions()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGExprScalar.cpp951 APFloat::opOverflow) in EmitFloatConversionCheck()
963 APFloat::opOverflow) in EmitFloatConversionCheck()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1895 ((Status & APFloat::opOverflow) != 0 || in canLosslesslyConvertToFPType()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp3699 if ((result & APFloat::opOverflow) || in BuildFloatingLiteral()
3703 if (result & APFloat::opOverflow) { in BuildFloatingLiteral()
H A DSemaOverload.cpp410 if (ConvertStatus & llvm::APFloat::opOverflow) { in getNarrowingKind()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp7806 if (APFloat::opOverflow & in expandFP_TO_UINT()