Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp7914 APFloat MaxFloat(Semantics); in lowerFPTOINT_SAT() local
7919 MaxFloat.convertFromAPInt(MaxInt, IsSigned, APFloat::rmTowardZero); in lowerFPTOINT_SAT()
7933 auto MinC = MIRBuilder.buildFConstant(SrcTy, MaxFloat); in lowerFPTOINT_SAT()
7973 MIRBuilder.buildFConstant(SrcTy, MaxFloat)); in lowerFPTOINT_SAT()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp11671 APFloat MaxFloat(Sem); in expandFP_TO_INT_SAT() local
11676 MaxFloat.convertFromAPInt(MaxInt, IsSigned, APFloat::rmTowardZero); in expandFP_TO_INT_SAT()
11681 SDValue MaxFloatNode = DAG.getConstantFP(MaxFloat, dl, SrcVT); in expandFP_TO_INT_SAT()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp22070 APFloat MaxFloat(Sem); in LowerFP_TO_INT_SAT() local
22074 APFloat::opStatus MaxStatus = MaxFloat.convertFromAPInt( in LowerFP_TO_INT_SAT()
22080 SDValue MaxFloatNode = DAG.getConstantFP(MaxFloat, dl, SrcVT); in LowerFP_TO_INT_SAT()