Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/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()
/netbsd/external/bsd/openldap/dist/doc/drafts/
H A Ddraft-sermersheim-ldap-csn-xx.txt246 timeCount INTEGER (0 .. MaxInt),
250 changeCount INTEGER (0 .. MaxInt)}
252 MaxInt INTEGER ::= 2147483647 -- (2^^31 - 1) --
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp8624 APInt MinInt, MaxInt; in expandFP_TO_INT_SAT() local
8627 MaxInt = APInt::getSignedMaxValue(SatWidth).sextOrSelf(DstWidth); in expandFP_TO_INT_SAT()
8630 MaxInt = APInt::getMaxValue(SatWidth).zextOrSelf(DstWidth); in expandFP_TO_INT_SAT()
8646 MaxFloat.convertFromAPInt(MaxInt, IsSigned, APFloat::rmTowardZero); in expandFP_TO_INT_SAT()
8681 SDValue MaxIntNode = DAG.getConstant(MaxInt, dl, DstVT); in expandFP_TO_INT_SAT()
/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp9267 APInt MaxInt = getUnsignedRangeMax(applyLoopGuards(Exact, L)); in howFarToZero() local
9269 if (BaseMaxInt.ult(MaxInt)) in howFarToZero()
9272 Max = getConstant(MaxInt); in howFarToZero()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp21577 APInt MinInt, MaxInt; in LowerFP_TO_INT_SAT() local
21580 MaxInt = APInt::getSignedMaxValue(SatWidth).sextOrSelf(DstWidth); in LowerFP_TO_INT_SAT()
21583 MaxInt = APInt::getMaxValue(SatWidth).zextOrSelf(DstWidth); in LowerFP_TO_INT_SAT()
21592 MaxInt, IsSigned, APFloat::rmTowardZero); in LowerFP_TO_INT_SAT()
21639 SDValue MaxIntNode = DAG.getConstant(MaxInt, dl, DstVT); in LowerFP_TO_INT_SAT()