| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| H A D | RangeConstraintManager.cpp | 89 Upper = Type.getMaxValue(); in pin() 99 Upper = Type.getMaxValue(); in pin() 108 Upper = Type.getMaxValue(); in pin() 118 Upper = Type.getMaxValue(); in pin() 140 Upper = Type.getMaxValue(); in pin() 186 BV.getMaxValue(from) : in Negate() 443 return Input.Intersect(BV, F, RHS, BV.getMaxValue(T)); in applyBitwiseConstraints() 474 RangeSet Result(F, BV.getMinValue(T), BV.getMaxValue(T)); in getRange() 613 llvm::APSInt Max = AdjustmentType.getMaxValue(); in getSymGTRange() 653 llvm::APSInt Max = AdjustmentType.getMaxValue(); in getSymGERange() [all …]
|
| H A D | SimpleSValBuilder.cpp | 341 llvm::APSInt Max = AT.getMaxValue() / AT.getValue(4), Min = -Max; in isWithinConstantOverflowBounds() 352 llvm::APSInt Max = AT.getMaxValue() / AT.getValue(4), Min = -Max; in isWithinConstantOverflowBounds()
|
| H A D | SValBuilder.cpp | 503 llvm::APSInt ToTypeMax = ToType.getMaxValue(); in evalIntegralCast()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | APSIntType.h | 66 llvm::APSInt getMaxValue() const LLVM_READONLY { in getMaxValue() function 67 return llvm::APSInt::getMaxValue(BitWidth, IsUnsigned); in getMaxValue()
|
| H A D | BasicValueFactory.h | 172 const llvm::APSInt &getMaxValue(const llvm::APSInt &v) { in getMaxValue() function 173 return getValue(APSIntType(v).getMaxValue()); in getMaxValue() 180 const llvm::APSInt &getMaxValue(QualType T) { in getMaxValue() function 181 return getValue(getAPSIntType(T).getMaxValue()); in getMaxValue()
|
| /freebsd-12.1/contrib/llvm/lib/FuzzMutate/ |
| H A D | OpDescriptor.cpp | 19 Cs.push_back(ConstantInt::get(IntTy, APInt::getMaxValue(W))); in makeConstantsWithType()
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | ConstantRange.cpp | 43 : Lower(Full ? APInt::getMaxValue(BitWidth) : APInt::getMinValue(BitWidth)), in ConstantRange() 277 MaxValue = APInt::getMaxValue(BitWidth); in makeGuaranteedNoWrapRegion() 360 return APInt::getMaxValue(getBitWidth()).ugt(MaxSize - 1); in isSizeLargerThan() 367 return APInt::getMaxValue(getBitWidth()); in getUnsignedMax() 596 APInt Max = APInt::getMaxValue(BW).zextOrSelf(ResultBitWidth); in castOp() 671 Union = ConstantRange(APInt::getMaxValue(DstTySize),Upper.trunc(DstTySize)); in truncate()
|
| /freebsd-12.1/contrib/llvm/include/llvm/ADT/ |
| H A D | APSInt.h | 270 static APSInt getMaxValue(uint32_t numBits, bool Unsigned) { in getMaxValue() function 271 return APSInt(Unsigned ? APInt::getMaxValue(numBits) in getMaxValue()
|
| H A D | APInt.h | 530 static APInt getMaxValue(unsigned numBits) { in getMaxValue() function
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/ |
| H A D | FixedPoint.cpp | 104 auto Val = llvm::APSInt::getMaxValue(Sema.getWidth(), IsUnsigned); in getMax()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | StdLibraryFunctionsChecker.cpp | 286 const llvm::APSInt &PlusInf = BVF.getMaxValue(T); in applyAsWithinRange() 487 RangeIntTy IntMax = BVF.getMaxValue(IntTy).getLimitedValue(); in initFunctionSummaries() 488 RangeIntTy LongMax = BVF.getMaxValue(LongTy).getLimitedValue(); in initFunctionSummaries() 489 RangeIntTy LongLongMax = BVF.getMaxValue(LongLongTy).getLimitedValue(); in initFunctionSummaries()
|
| H A D | CStringChecker.cpp | 637 const llvm::APSInt &maxValInt = BVF.getMaxValue(sizeTy); in checkAdditionOverflow() 740 const llvm::APSInt &maxValInt = BVF.getMaxValue(sizeTy); in getCStringLengthForRegion()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonMCInstrInfo.h | 148 int getMaxValue(MCInstrInfo const &MCII, MCInst const &MCI);
|
| H A D | HexagonMCInstrInfo.cpp | 323 int HexagonMCInstrInfo::getMaxValue(MCInstrInfo const &MCII, in getMaxValue() function in HexagonMCInstrInfo 525 int MaxValue = HexagonMCInstrInfo::getMaxValue(MCII, MCI); in isConstExtended()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | HexagonInstrInfo.h | 463 int getMaxValue(const MachineInstr &MI) const;
|
| H A D | HexagonInstrInfo.cpp | 2022 int MaxValue = getMaxValue(MI); in isConstExtended() 4116 int HexagonInstrInfo::getMaxValue(const MachineInstr &MI) const { in getMaxValue() function in HexagonInstrInfo
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Utils/ |
| H A D | LibCallsShrinkWrap.cpp | 435 if (D < 1.0f || D > APInt::getMaxValue(8).getZExtValue()) { in generateCondForPow()
|
| H A D | LoopUtils.cpp | 964 APInt::getMaxValue(BitWidth); in cannotBeMaxInLoop()
|
| /freebsd-12.1/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/ |
| H A D | TestBean.java | 402 getMaxValue() in getMaxValue() method in TestBean
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | ARMCodeGenPrepare.cpp | 739 ConstantInt *Mask = ConstantInt::get(Ctx, APInt::getMaxValue(NumBits)); in ConvertTruncs()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/ |
| H A D | InitPreprocessor.cpp | 170 : llvm::APInt::getMaxValue(TypeWidth); in DefineTypeSize()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/ |
| H A D | LiteralSupport.cpp | 1161 auto MaxVal = llvm::APInt::getMaxValue(StoreVal.getBitWidth()); in GetFixedPointValue()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCompares.cpp | 1094 APInt::getMaxValue(C.getBitWidth()) - C); in foldICmpAddOpConst() 4033 APInt MaxVal = APInt::getMaxValue(MulWidth); in processUMulZExtIdiom() 4056 APInt MaxVal = APInt::getMaxValue(MulWidth); in processUMulZExtIdiom() 5171 UMax.convertFromAPInt(APInt::getMaxValue(IntWidth), false, in foldFCmpIntToFPConst()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS64/ |
| H A D | EmulateInstructionMIPS64.cpp | 2265 llvm::APInt fail_value = llvm::APInt::getMaxValue(128); in Emulate_MSA_Branch_V()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | InductiveRangeCheckElimination.cpp | 736 APInt::getMaxValue(BitWidth); in isSafeIncreasingBound()
|