Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp7920 bool AreExactFloatBounds = !(MinStatus & APFloat::opStatus::opInexact) && in lowerFPTOINT_SAT() local
7926 if (AreExactFloatBounds) { in lowerFPTOINT_SAT()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp11677 bool AreExactFloatBounds = !(MinStatus & APFloat::opStatus::opInexact) && in expandFP_TO_INT_SAT() local
11688 if (AreExactFloatBounds && MinMaxLegal) { in expandFP_TO_INT_SAT()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp22076 bool AreExactFloatBounds = !(MinStatus & APFloat::opStatus::opInexact) in LowerFP_TO_INT_SAT() local
22084 if (AreExactFloatBounds) { in LowerFP_TO_INT_SAT()