/external/swiftshader/third_party/llvm-7.0/llvm/lib/FuzzMutate/ |
D | OpDescriptor.cpp | 21 Cs.push_back(ConstantInt::get(IntTy, APInt::getSignedMaxValue(W))); in makeConstantsWithType()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | ConstantRange.cpp | 280 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/ |
D | ConstantRangeTest.cpp | 638 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/ |
D | ConstantRange.cpp | 139 return contains(APInt::getSignedMaxValue(getBitWidth())) && in isSignWrappedSet() 182 APInt SignedMax(APInt::getSignedMaxValue(getBitWidth())); in getSignedMax()
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | APSInt.h | 243 : APInt::getSignedMaxValue(numBits), Unsigned); in getMaxValue()
|
D | APInt.h | 399 static APInt getSignedMaxValue(unsigned numBits) { in getSignedMaxValue() function
|
/external/llvm/unittests/IR/ |
D | ConstantRangeTest.cpp | 554 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/ |
D | InductiveRangeCheckElimination.cpp | 416 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/ |
D | ConstantRange.cpp | 250 return contains(APInt::getSignedMaxValue(getBitWidth())) && in isSignWrappedSet() 289 APInt SignedMax(APInt::getSignedMaxValue(getBitWidth())); in getSignedMax()
|
/external/llvm/include/llvm/ADT/ |
D | APSInt.h | 278 : APInt::getSignedMaxValue(numBits), Unsigned); in getMaxValue()
|
D | APInt.h | 427 static APInt getSignedMaxValue(unsigned numBits) { in getSignedMaxValue() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | APSInt.h | 272 : APInt::getSignedMaxValue(numBits), Unsigned); in getMaxValue()
|
D | APInt.h | 534 static APInt getSignedMaxValue(unsigned numBits) { in getSignedMaxValue() function
|
/external/llvm/lib/Transforms/Scalar/ |
D | Float2Int.cpp | 206 APInt SMax = APInt::getSignedMaxValue(BW).sextOrSelf(MaxIntegerBW+1); in walkBackwards()
|
D | InductiveRangeCheckElimination.cpp | 610 APInt::getSignedMaxValue(cast<IntegerType>(S->getType())->getBitWidth()); in CanBeSMax() 1338 UpperLimit = SE.getConstant(APInt::getSignedMaxValue(BitWidth)); in computeSafeIterationSpace()
|
/external/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonAsmBackend.cpp | 386 const APInt IntMax = APInt::getSignedMaxValue(bits+align_bits); in HandleFixupError()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonAsmBackend.cpp | 398 const APInt IntMax = APInt::getSignedMaxValue(bits+align_bits); in HandleFixupError()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineMulDivRem.cpp | 95 APInt Max = APInt::getSignedMaxValue(W).sext(W * 2); in MultiplyOverflows()
|
/external/swiftshader/third_party/LLVM/unittests/Support/ |
D | ConstantRangeTest.cpp | 437 ConstantRange SMax = ConstantRange(APInt::getSignedMaxValue(32)); in TEST()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APInt.h | 431 static APInt getSignedMaxValue(unsigned numBits) { in getSignedMaxValue() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/ |
D | APIntTest.cpp | 2180 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/ |
D | InitPreprocessor.cpp | 187 llvm::APInt MaxVal = isSigned ? llvm::APInt::getSignedMaxValue(TypeWidth) in DefineTypeSize()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 2480 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/ |
D | InstructionSimplify.cpp | 1575 APInt IntMax = APInt::getSignedMaxValue(Width); in SimplifyICmpInst() 1589 APInt IntMax = APInt::getSignedMaxValue(Width); in SimplifyICmpInst()
|
D | ScalarEvolution.cpp | 1052 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()
|