Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp11167 APFloat::opStatus MaxStatus = in expandFP_TO_INT_SAT() local
11170 !(MaxStatus & APFloat::opStatus::opInexact); in expandFP_TO_INT_SAT()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp21344 APFloat::opStatus MaxStatus = MaxFloat.convertFromAPInt( in LowerFP_TO_INT_SAT() local
21347 && !(MaxStatus & APFloat::opStatus::opInexact); in LowerFP_TO_INT_SAT()