Home
last modified time | relevance | path

Searched refs:MaxInt (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DAPFixedPoint.cpp138 APSInt MaxInt = APFixedPoint::getMax(*this).getValue(); in fitsInFloatSemantics() local
140 APFloat::opStatus Status = F.convertFromAPInt(MaxInt, MaxInt.isSigned(), in fitsInFloatSemantics()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp8674 APInt MinInt, MaxInt; in expandFP_TO_INT_SAT() local
8677 MaxInt = APInt::getSignedMaxValue(SatWidth).sextOrSelf(DstWidth); in expandFP_TO_INT_SAT()
8680 MaxInt = APInt::getMaxValue(SatWidth).zextOrSelf(DstWidth); in expandFP_TO_INT_SAT()
8696 MaxFloat.convertFromAPInt(MaxInt, IsSigned, APFloat::rmTowardZero); in expandFP_TO_INT_SAT()
8731 SDValue MaxIntNode = DAG.getConstant(MaxInt, dl, DstVT); in expandFP_TO_INT_SAT()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp9523 APInt MaxInt = getUnsignedRangeMax(applyLoopGuards(Exact, L)); in howFarToZero() local
9525 if (BaseMaxInt.ult(MaxInt)) in howFarToZero()
9528 Max = getConstant(MaxInt); in howFarToZero()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp21718 APInt MinInt, MaxInt; in LowerFP_TO_INT_SAT() local
21721 MaxInt = APInt::getSignedMaxValue(SatWidth).sextOrSelf(DstWidth); in LowerFP_TO_INT_SAT()
21724 MaxInt = APInt::getMaxValue(SatWidth).zextOrSelf(DstWidth); in LowerFP_TO_INT_SAT()
21733 MaxInt, IsSigned, APFloat::rmTowardZero); in LowerFP_TO_INT_SAT()
21780 SDValue MaxIntNode = DAG.getConstant(MaxInt, dl, DstVT); in LowerFP_TO_INT_SAT()