Home
last modified time | relevance | path

Searched refs:getSignedMaxValue (Results 1 – 25 of 47) sorted by relevance

12

/external/swiftshader/third_party/llvm-7.0/llvm/lib/FuzzMutate/
DOpDescriptor.cpp21 Cs.push_back(ConstantInt::get(IntTy, APInt::getSignedMaxValue(W))); in makeConstantsWithType()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DConstantRange.cpp280 MaxValue = APInt::getSignedMaxValue(BitWidth); in makeGuaranteedNoWrapRegion()
332 return contains(APInt::getSignedMaxValue(getBitWidth())) && in isSignWrappedSet()
379 return APInt::getSignedMaxValue(getBitWidth()); in getSignedMax()
603 APInt SMax = APInt::getSignedMaxValue(BW).sextOrSelf(ResultBitWidth); in castOp()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DConstantRangeTest.cpp638 ConstantRange SMax = ConstantRange(APInt::getSignedMaxValue(32)); in TEST()
845 APInt::getSignedMaxValue(32) - 4)); in TEST()
852 ConstantRange(APInt::getMinValue(32), APInt::getSignedMaxValue(32) - 4)); in TEST()
880 APInt::getSignedMaxValue(32) - 4)); in TEST()
921 APInt::getSignedMaxValue(32))); in TEST()
928 ConstantRange(APInt(32, 0), APInt::getSignedMaxValue(32))); in TEST()
/external/swiftshader/third_party/LLVM/lib/Support/
DConstantRange.cpp139 return contains(APInt::getSignedMaxValue(getBitWidth())) && in isSignWrappedSet()
182 APInt SignedMax(APInt::getSignedMaxValue(getBitWidth())); in getSignedMax()
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DAPSInt.h243 : APInt::getSignedMaxValue(numBits), Unsigned); in getMaxValue()
DAPInt.h399 static APInt getSignedMaxValue(unsigned numBits) { in getSignedMaxValue() function
/external/llvm/unittests/IR/
DConstantRangeTest.cpp554 ConstantRange SMax = ConstantRange(APInt::getSignedMaxValue(32)); in TEST()
683 APInt::getSignedMaxValue(32) - 4)); in TEST()
690 ConstantRange(APInt::getMinValue(32), APInt::getSignedMaxValue(32) - 4)); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DInductiveRangeCheckElimination.cpp416 const SCEV *SIntMax = SE.getConstant(APInt::getSignedMaxValue(BitWidth)); in extractRangeChecksFromCond()
695 APInt Max = Signed ? APInt::getSignedMaxValue(BitWidth) : in CannotBeMaxInLoop()
789 APInt Max = IsSigned ? APInt::getSignedMaxValue(BitWidth) : in isSafeIncreasingBound()
1695 const SCEV *SIntMax = SE.getConstant(APInt::getSignedMaxValue(BitWidth)); in computeSafeIterationSpace()
/external/llvm/lib/IR/
DConstantRange.cpp250 return contains(APInt::getSignedMaxValue(getBitWidth())) && in isSignWrappedSet()
289 APInt SignedMax(APInt::getSignedMaxValue(getBitWidth())); in getSignedMax()
/external/llvm/include/llvm/ADT/
DAPSInt.h278 : APInt::getSignedMaxValue(numBits), Unsigned); in getMaxValue()
DAPInt.h427 static APInt getSignedMaxValue(unsigned numBits) { in getSignedMaxValue() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DAPSInt.h272 : APInt::getSignedMaxValue(numBits), Unsigned); in getMaxValue()
DAPInt.h534 static APInt getSignedMaxValue(unsigned numBits) { in getSignedMaxValue() function
/external/llvm/lib/Transforms/Scalar/
DFloat2Int.cpp206 APInt SMax = APInt::getSignedMaxValue(BW).sextOrSelf(MaxIntegerBW+1); in walkBackwards()
DInductiveRangeCheckElimination.cpp610 APInt::getSignedMaxValue(cast<IntegerType>(S->getType())->getBitWidth()); in CanBeSMax()
1338 UpperLimit = SE.getConstant(APInt::getSignedMaxValue(BitWidth)); in computeSafeIterationSpace()
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonAsmBackend.cpp386 const APInt IntMax = APInt::getSignedMaxValue(bits+align_bits); in HandleFixupError()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonAsmBackend.cpp398 const APInt IntMax = APInt::getSignedMaxValue(bits+align_bits); in HandleFixupError()
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp95 APInt Max = APInt::getSignedMaxValue(W).sext(W * 2); in MultiplyOverflows()
/external/swiftshader/third_party/LLVM/unittests/Support/
DConstantRangeTest.cpp437 ConstantRange SMax = ConstantRange(APInt::getSignedMaxValue(32)); in TEST()
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h431 static APInt getSignedMaxValue(unsigned numBits) { in getSignedMaxValue() function
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DAPIntTest.cpp2180 const APInt umax32(APInt::getSignedMaxValue(32)); in TEST()
2188 const APInt umax128(APInt::getSignedMaxValue(128)); in TEST()
2258 APInt i32_max(APInt::getSignedMaxValue(32).sext(63)); in TEST()
/external/clang/lib/Frontend/
DInitPreprocessor.cpp187 llvm::APInt MaxVal = isSigned ? llvm::APInt::getSignedMaxValue(TypeWidth) in DefineTypeSize()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DInstructionSimplify.cpp2480 Upper = APInt::getSignedMaxValue(Width) + *C + 1; in setLimitsForBinOp()
2484 Upper = APInt::getSignedMaxValue(Width) + 1; in setLimitsForBinOp()
2506 Upper = APInt::getSignedMaxValue(Width).ashr(*C) + 1; in setLimitsForBinOp()
2562 APInt IntMax = APInt::getSignedMaxValue(Width); in setLimitsForBinOp()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DInstructionSimplify.cpp1575 APInt IntMax = APInt::getSignedMaxValue(Width); in SimplifyICmpInst()
1589 APInt IntMax = APInt::getSignedMaxValue(Width); in SimplifyICmpInst()
DScalarEvolution.cpp1052 return SE->getConstant(APInt::getSignedMaxValue(BitWidth) - in getOverflowLimitForStep()
3418 APInt::getSignedMaxValue(BitWidth).ashr(TZ).shl(TZ) + 1); in getSignedRange()
3544 APInt::getSignedMaxValue(BitWidth).ashr(NS - 1)+1))); in getSignedRange()
6113 APInt Max = APInt::getSignedMaxValue(BitWidth); in HowManyLessThans()
6165 getMinusSCEV(getConstant(APInt::getSignedMaxValue(BitWidth)), in HowManyLessThans()

12