/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/ |
D | OpDescriptor.cpp | 20 Cs.push_back(ConstantInt::get(IntTy, APInt::getSignedMaxValue(W))); in makeConstantsWithType()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | ConstantRange.cpp | 205 APInt MaxValue = APInt::getSignedMaxValue(BitWidth); in makeExactMulNSWRegion() 291 APInt::getSignedMaxValue(BitWidth).ashr(ShAmtUMax) + 1); in makeGuaranteedNoWrapRegion() 378 return APInt::getSignedMaxValue(getBitWidth()); in getSignedMax() 656 APInt SMax = APInt::getSignedMaxValue(BW).sextOrSelf(ResultBitWidth); in castOp() 1455 APInt SignedMax = APInt::getSignedMaxValue(getBitWidth()); in signedAddMayOverflow() 1501 APInt SignedMax = APInt::getSignedMaxValue(getBitWidth()); in signedSubMayOverflow()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 2279 APInt Mask = APInt::getSignedMaxValue(BitWidth); in isKnownNonZero() 5610 Upper = APInt::getSignedMaxValue(Width) + *C + 1; in setLimitsForBinOp() 5614 Upper = APInt::getSignedMaxValue(Width) + 1; in setLimitsForBinOp() 5636 Upper = APInt::getSignedMaxValue(Width).ashr(*C) + 1; in setLimitsForBinOp() 5692 APInt IntMax = APInt::getSignedMaxValue(Width); in setLimitsForBinOp() 5767 Upper = APInt::getSignedMaxValue(Width) + *C + 1; in setLimitsForIntrinsic() 5771 Upper = APInt::getSignedMaxValue(Width) + 1; in setLimitsForIntrinsic() 5791 Lower = *C - APInt::getSignedMaxValue(Width); in setLimitsForIntrinsic() 5792 Upper = APInt::getSignedMaxValue(Width) + 1; in setLimitsForIntrinsic() 5798 Upper = APInt::getSignedMaxValue(Width) + 1; in setLimitsForIntrinsic() [all …]
|
D | DependenceAnalysis.cpp | 1539 APInt TU(APInt::getSignedMaxValue(Bits)); in exactSIVtest() 1947 APInt TU(APInt::getSignedMaxValue(Bits)); in exactRDIVtest()
|
D | ScalarEvolution.cpp | 1363 return SE->getConstant(APInt::getSignedMaxValue(BitWidth) - in getSignedOverflowLimitForStep() 5582 APInt::getSignedMaxValue(BitWidth).ashr(TZ).shl(TZ) + 1); in getRangeRef() 5765 APInt::getSignedMaxValue(BitWidth).ashr(NS - 1) + 1), in getRangeRef() 10553 APInt MaxValue = APInt::getSignedMaxValue(BitWidth); in doesIVOverflowOnLT() 10625 APInt MaxValue = IsSigned ? APInt::getSignedMaxValue(BitWidth) in computeMaxBECountForLT()
|
D | ConstantFolding.cpp | 2326 APInt::getSignedMaxValue(Width).sextOrSelf(ExtendedWidth); in ConstantFoldScalarCall3()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | APInt.cpp | 909 : APInt::getSignedMaxValue(width); in truncSSat() 1278 APInt signedMax = APInt::getSignedMaxValue(d.getBitWidth()); in magicu() 2045 : APInt::getSignedMaxValue(BitWidth); in sadd_sat() 2064 : APInt::getSignedMaxValue(BitWidth); in ssub_sat() 2086 : APInt::getSignedMaxValue(BitWidth); in smul_sat() 2105 : APInt::getSignedMaxValue(BitWidth); in sshl_sat()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | APSInt.h | 289 : APInt::getSignedMaxValue(numBits), Unsigned); in getMaxValue()
|
D | APInt.h | 539 static APInt getSignedMaxValue(unsigned numBits) { in getSignedMaxValue() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | InductiveRangeCheckElimination.cpp | 379 const SCEV *SIntMax = SE.getConstant(APInt::getSignedMaxValue(BitWidth)); in extractRangeChecksFromCond() 727 APInt Max = IsSigned ? APInt::getSignedMaxValue(BitWidth) : in isSafeIncreasingBound() 1613 const SCEV *SIntMax = SE.getConstant(APInt::getSignedMaxValue(BitWidth)); in computeSafeIterationSpace()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonAsmBackend.cpp | 394 const APInt IntMax = APInt::getSignedMaxValue(bits+align_bits); in HandleFixupError()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUAtomicOptimizer.cpp | 403 return APInt::getSignedMaxValue(BitWidth); in getIdentityValueForAtomicOp()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | LoopUtils.cpp | 1038 APInt Max = Signed ? APInt::getSignedMaxValue(BitWidth) : in cannotBeMaxInLoop()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APInt.h | 431 static APInt getSignedMaxValue(unsigned numBits) { in getSignedMaxValue() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 3564 MaxVal = APInt::getSignedMaxValue(OperandBitSize); in SimplifySetCC() 3661 C1 == APInt::getSignedMaxValue(OperandBitSize)) in SimplifySetCC() 5315 APInt A = APInt::getSignedMaxValue(W).udiv(D0); in prepareSREMEqFold() 5447 APInt::getSignedMaxValue(SVT.getScalarSizeInBits()), DL, VT); in prepareSREMEqFold() 7163 APInt MaxVal = APInt::getSignedMaxValue(BitWidth); in expandAddSubSat() 7205 APInt MaxVal = APInt::getSignedMaxValue(VTSize); in expandFixedPointMul() 7281 SDValue SatMax = DAG.getConstant(APInt::getSignedMaxValue(VTSize), dl, VT); in expandFixedPointMul()
|
D | LegalizeIntegerTypes.cpp | 735 APInt MaxVal = APInt::getSignedMaxValue(OldBits).sext(NewBits); in PromoteIntRes_ADDSUBSAT() 3046 APInt MaxVal = APInt::getSignedMaxValue(VTSize); in ExpandIntRes_MULFIX() 3223 APInt MaxHi = APInt::getSignedMaxValue(NVTSize); in ExpandIntRes_MULFIX()
|
D | LegalizeVectorTypes.cpp | 4709 APInt::getSignedMaxValue(ElemVT.getSizeInBits()), dl, ElemVT); in WidenVecOp_VECREDUCE()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSelect.cpp | 1281 APInt::getSignedMaxValue( in canonicalizeClampLike() 1783 APInt MaxVal = APInt::getSignedMaxValue(Ty->getScalarSizeInBits()); in foldOverflowingAddSubSelect()
|
D | InstCombineCompares.cpp | 1125 APInt SMax = APInt::getSignedMaxValue(C.getBitWidth()); in foldICmpAddOpConst() 5796 SMax.convertFromAPInt(APInt::getSignedMaxValue(IntWidth), true, in foldFCmpIntToFPConst()
|
D | InstCombineCalls.cpp | 586 APInt::getSignedMaxValue(DstScalarSizeInBits).sext(SrcScalarSizeInBits); in simplifyX86pack()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | APInt.cpp | 1434 APInt signedMax = APInt::getSignedMaxValue(d.getBitWidth()); in magicu()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 20455 APInt MaskElt = IsFABS ? APInt::getSignedMaxValue(EltBits) : in LowerFABSorFNEG() 20517 APFloat(Sem, APInt::getSignedMaxValue(EltSizeInBits)), dl, LogicVT); in LowerFCOPYSIGN() 36792 Mask = DAG.getConstant(APInt::getSignedMaxValue(MaskEltsBits), DL, SrcVT); in combineHorizontalMinMaxResult() 39558 Val = APInt::getSignedMaxValue(DstBitsPerElt); in combineVectorPack() 40998 SignedMax = APInt::getSignedMaxValue(NumDstBits).sext(NumSrcBits); in detectSSatPattern()
|