Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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.cpp1516 return (opStatus) (opOverflow | opInexact); in handleOverflow()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h250 opOverflow = 0x04, enumerator
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.cpp1690 case APFloatBase::opOverflow: in SetAccruedExceptions()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp959 APFloat::opOverflow) in EmitFloatConversionCheck()
971 APFloat::opOverflow) in EmitFloatConversionCheck()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1937 ((Status & APFloat::opOverflow) != 0 || in canLosslesslyConvertToFPType()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp3876 if ((result & APFloat::opOverflow) || in BuildFloatingLiteral()
3880 if (result & APFloat::opOverflow) { in BuildFloatingLiteral()
H A DSemaOverload.cpp424 if (ConvertStatus & llvm::APFloat::opOverflow) { in getNarrowingKind()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp8127 if (APFloat::opOverflow & in expandFP_TO_UINT()