Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp9568 bool AreExactFloatBounds = !(MinStatus & APFloat::opStatus::opInexact) && in expandFP_TO_INT_SAT() local
9579 if (AreExactFloatBounds && MinMaxLegal) { in expandFP_TO_INT_SAT()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp22797 bool AreExactFloatBounds = !(MinStatus & APFloat::opStatus::opInexact) in LowerFP_TO_INT_SAT() local
22805 if (AreExactFloatBounds) { in LowerFP_TO_INT_SAT()