Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp7918 APFloat::opStatus MaxStatus = in lowerFPTOINT_SAT() local
7921 !(MaxStatus & APFloat::opStatus::opInexact); in lowerFPTOINT_SAT()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp11675 APFloat::opStatus MaxStatus = in expandFP_TO_INT_SAT() local
11678 !(MaxStatus & APFloat::opStatus::opInexact); in expandFP_TO_INT_SAT()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp22074 APFloat::opStatus MaxStatus = MaxFloat.convertFromAPInt( in LowerFP_TO_INT_SAT() local
22077 && !(MaxStatus & APFloat::opStatus::opInexact); in LowerFP_TO_INT_SAT()