Searched refs:getMaxValue (Results 1 – 14 of 14) sorted by relevance
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | BasicValueFactory.h | 118 inline const llvm::APSInt& getMaxValue(const llvm::APSInt &v) { in getMaxValue() function 119 return getValue(llvm::APSInt::getMaxValue(v.getBitWidth(), v.isUnsigned())); in getMaxValue() 126 inline const llvm::APSInt& getMaxValue(QualType T) { in getMaxValue() function 130 return getValue(llvm::APSInt::getMaxValue(Ctx.getTypeSize(T), isUnsigned)); in getMaxValue()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | RangeConstraintManager.cpp | 167 IntersectInRange(BV, F, Lower, BV.getMaxValue(Lower), newRanges, i, e); in Intersect() 293 return RangeSet(F, BV.getMinValue(T), BV.getMaxValue(T)); in GetRange() 364 const llvm::APSInt &Max = BV.getMaxValue(T); in assumeSymGT() 391 const llvm::APSInt &Max = BV.getMaxValue(T); in assumeSymGE() 407 const llvm::APSInt &Max = BV.getMaxValue(T); in assumeSymLE()
|
D | BasicConstraintManager.cpp | 189 if (V == llvm::APSInt::getMaxValue(V.getBitWidth(), V.isUnsigned())) { in assumeSymGT() 211 if (V == llvm::APSInt::getMaxValue(V.getBitWidth(), V.isUnsigned())) { in assumeSymGE()
|
/external/llvm/include/llvm/ADT/ |
D | APSInt.h | 241 static APSInt getMaxValue(uint32_t numBits, bool Unsigned) { in getMaxValue() function 242 return APSInt(Unsigned ? APInt::getMaxValue(numBits) in getMaxValue()
|
D | APInt.h | 395 static APInt getMaxValue(unsigned numBits) { in getMaxValue() function
|
/external/icu4c/common/ |
D | uprops.cpp | 327 IntPropertyGetMaxValue *getMaxValue; member 509 return prop.getMaxValue(prop, which); in u_getIntPropertyMaxValue()
|
/external/llvm/lib/Support/ |
D | ConstantRange.cpp | 34 Lower = Upper = APInt::getMaxValue(BitWidth); in ConstantRange() 163 return APInt::getMaxValue(getBitWidth()); in getUnsignedMax()
|
/external/llvm/unittests/ADT/ |
D | APFloatTest.cpp | 370 EXPECT_EQ(APSInt::getMaxValue(5, true), result); in TEST() 395 EXPECT_EQ(APSInt::getMaxValue(5, false), result); in TEST()
|
/external/clang/lib/Frontend/ |
D | InitPreprocessor.cpp | 160 : llvm::APInt::getMaxValue(TypeWidth); in DefineTypeSize()
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 1030 const SCEV *N = getConstant(APInt::getMaxValue(BitWidth) - in getZeroExtendExpr() 3294 APInt::getMaxValue(BitWidth).lshr(TZ).shl(TZ) + 1); in getUnsignedRange() 5505 : getConstant(APInt::getMaxValue(CR.getBitWidth())); in HowFarToZero() 6287 APInt Max = APInt::getMaxValue(BitWidth); in HowManyLessThans() 6337 getMinusSCEV(getConstant(APInt::getMaxValue(BitWidth)), in HowManyLessThans()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | CStringChecker.cpp | 567 const llvm::APSInt &maxValInt = BVF.getMaxValue(sizeTy); in checkAdditionOverflow()
|
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyCFG.cpp | 1480 APInt MaxB = APInt::getMaxValue(A.getBitWidth()).udiv(A); in MultiplyAndLosePrecision()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 2717 UMax.convertFromAPInt(APInt::getMaxValue(IntWidth), false, in FoldFCmp_IntToFP_Cst()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 2254 MaxVal = APInt::getMaxValue(OperandBitSize); in SimplifySetCC()
|