Home
last modified time | relevance | path

Searched refs:getMaxValue (Results 1 – 14 of 14) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DBasicValueFactory.h118 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/
DRangeConstraintManager.cpp167 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()
DBasicConstraintManager.cpp189 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/
DAPSInt.h241 static APSInt getMaxValue(uint32_t numBits, bool Unsigned) { in getMaxValue() function
242 return APSInt(Unsigned ? APInt::getMaxValue(numBits) in getMaxValue()
DAPInt.h395 static APInt getMaxValue(unsigned numBits) { in getMaxValue() function
/external/icu4c/common/
Duprops.cpp327 IntPropertyGetMaxValue *getMaxValue; member
509 return prop.getMaxValue(prop, which); in u_getIntPropertyMaxValue()
/external/llvm/lib/Support/
DConstantRange.cpp34 Lower = Upper = APInt::getMaxValue(BitWidth); in ConstantRange()
163 return APInt::getMaxValue(getBitWidth()); in getUnsignedMax()
/external/llvm/unittests/ADT/
DAPFloatTest.cpp370 EXPECT_EQ(APSInt::getMaxValue(5, true), result); in TEST()
395 EXPECT_EQ(APSInt::getMaxValue(5, false), result); in TEST()
/external/clang/lib/Frontend/
DInitPreprocessor.cpp160 : llvm::APInt::getMaxValue(TypeWidth); in DefineTypeSize()
/external/llvm/lib/Analysis/
DScalarEvolution.cpp1030 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/
DCStringChecker.cpp567 const llvm::APSInt &maxValInt = BVF.getMaxValue(sizeTy); in checkAdditionOverflow()
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp1480 APInt MaxB = APInt::getMaxValue(A.getBitWidth()).udiv(A); in MultiplyAndLosePrecision()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp2717 UMax.convertFromAPInt(APInt::getMaxValue(IntWidth), false, in FoldFCmp_IntToFP_Cst()
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp2254 MaxVal = APInt::getMaxValue(OperandBitSize); in SimplifySetCC()