Searched refs:getMaxValue (Results 1 - 16 of 16) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAPSIntType.h65 llvm::APSInt getMaxValue() const LLVM_READONLY {
66 return llvm::APSInt::getMaxValue(BitWidth, IsUnsigned);
H A DBasicValueFactory.h124 inline const llvm::APSInt& getMaxValue(const llvm::APSInt &v) { function in class:clang::ento::BasicValueFactory
125 return getValue(APSIntType(v).getMaxValue());
132 inline const llvm::APSInt& getMaxValue(QualType T) { function in class:clang::ento::BasicValueFactory
133 return getValue(getAPSIntType(T).getMaxValue());
/external/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp173 Upper = Type.getMaxValue();
183 Upper = Type.getMaxValue();
192 Upper = Type.getMaxValue();
202 Upper = Type.getMaxValue();
224 Upper = Type.getMaxValue();
256 IntersectInRange(BV, F, Lower, BV.getMaxValue(Lower), newRanges, i, e);
378 RangeSet Result(F, BV.getMinValue(T), BV.getMaxValue(T));
483 llvm::APSInt Max = AdjustmentType.getMaxValue();
516 llvm::APSInt Max = AdjustmentType.getMaxValue();
541 llvm::APSInt Max = AdjustmentType.getMaxValue();
[all...]
/external/llvm/lib/Support/
H A DConstantRange.cpp34 Lower = Upper = APInt::getMaxValue(BitWidth);
164 return APInt::getMaxValue(getBitWidth());
469 APInt MaxValue = APInt::getMaxValue(DstTySize).zext(getBitWidth());
484 Union = ConstantRange(APInt::getMaxValue(DstTySize),Upper.trunc(DstTySize));
485 UpperDiv = APInt::getMaxValue(getBitWidth());
/external/llvm/include/llvm/ADT/
H A DAPSInt.h252 /// getMaxValue - Return the APSInt representing the maximum integer value
254 static APSInt getMaxValue(uint32_t numBits, bool Unsigned) { function in class:llvm::APSInt
255 return APSInt(Unsigned ? APInt::getMaxValue(numBits)
H A DAPInt.h397 static APInt getMaxValue(unsigned numBits) { function in class:llvm::APInt
/external/icu4c/common/
H A Duprops.cpp327 IntPropertyGetMaxValue *getMaxValue; member in struct:IntProperty
509 return prop.getMaxValue(prop, which);
/external/llvm/unittests/ADT/
H A DAPFloatTest.cpp370 EXPECT_EQ(APSInt::getMaxValue(5, true), result);
395 EXPECT_EQ(APSInt::getMaxValue(5, false), result);
/external/clang/lib/Frontend/
H A DInitPreprocessor.cpp160 : llvm::APInt::getMaxValue(TypeWidth);
/external/llvm/lib/Analysis/
H A DScalarEvolution.cpp1024 const SCEV *N = getConstant(APInt::getMaxValue(BitWidth) -
3285 APInt::getMaxValue(BitWidth).lshr(TZ).shl(TZ) + 1);
5504 : getConstant(APInt::getMaxValue(CR.getBitWidth()));
6328 APInt Max = APInt::getMaxValue(BitWidth);
6378 getMinusSCEV(getConstant(APInt::getMaxValue(BitWidth)),
/external/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp566 const llvm::APSInt &maxValInt = BVF.getMaxValue(sizeTy);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.touchpoint.eclipse_2.0.2.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2232 MaxVal = APInt::getMaxValue(OperandBitSize);
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp2733 UMax.convertFromAPInt(APInt::getMaxValue(IntWidth), false,
/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1689 APInt MaxB = APInt::getMaxValue(A.getBitWidth()).udiv(A);

Completed in 447 milliseconds