Home
last modified time | relevance | path

Searched refs:MinStatus (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp7916 APFloat::opStatus MinStatus = in lowerFPTOINT_SAT() local
7920 bool AreExactFloatBounds = !(MinStatus & APFloat::opStatus::opInexact) && in lowerFPTOINT_SAT()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp11673 APFloat::opStatus MinStatus = in expandFP_TO_INT_SAT() local
11677 bool AreExactFloatBounds = !(MinStatus & APFloat::opStatus::opInexact) && in expandFP_TO_INT_SAT()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp22072 APFloat::opStatus MinStatus = MinFloat.convertFromAPInt( in LowerFP_TO_INT_SAT() local
22076 bool AreExactFloatBounds = !(MinStatus & APFloat::opStatus::opInexact) in LowerFP_TO_INT_SAT()