HomeSort by relevance Sort by last modified time
    Searched refs:getMinValue (Results 1 - 25 of 29) sorted by null

1 2

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
APSIntType.h 60 llvm::APSInt getMinValue() const LLVM_READONLY {
61 return llvm::APSInt::getMinValue(BitWidth, IsUnsigned);
BasicValueFactory.h 129 inline const llvm::APSInt& getMinValue(const llvm::APSInt &v) {
130 return getValue(APSIntType(v).getMinValue());
137 inline const llvm::APSInt& getMinValue(QualType T) {
138 return getValue(getAPSIntType(T).getMinValue());
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCInst.h 92 int getMinValue() const;
HexagonMCInst.cpp 95 int MinValue = getMinValue();
149 int HexagonMCInst::getMinValue(void) const {
  /external/clang/lib/StaticAnalyzer/Core/
RangeConstraintManager.cpp 144 const llvm::APSInt &getMinValue() const {
155 APSIntType Type(getMinValue());
169 Lower = Type.getMinValue();
174 Lower = Type.getMinValue();
179 Lower = Type.getMinValue();
210 Lower = Type.getMinValue();
220 Lower = Type.getMinValue();
252 IntersectInRange(BV, F, BV.getMinValue(Upper), Upper, newRanges, i, e);
392 RangeSet Result(F, BV.getMinValue(T), BV.getMaxValue(T));
468 llvm::APSInt Min = AdjustmentType.getMinValue();
    [all...]
ProgramState.cpp 300 nonloc::ConcreteInt Min(BVF.getMinValue(indexTy));
  /frameworks/native/include/gui/
Sensor.h 63 float getMinValue() const;
  /external/llvm/lib/Support/
ConstantRange.cpp 36 Lower = Upper = APInt::getMinValue(BitWidth);
69 return ConstantRange(APInt::getMinValue(W), UMax);
81 return ConstantRange(APInt::getMinValue(W), UMax + 1);
173 return APInt::getMinValue(getBitWidth());
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.h 189 int getMinValue(const MachineInstr *MI) const;
HexagonInstrInfo.cpp     [all...]
  /external/llvm/include/llvm/ADT/
APSInt.h 259 /// getMinValue - Return the APSInt representing the minimum integer value
261 static APSInt getMinValue(uint32_t numBits, bool Unsigned) {
262 return APSInt(Unsigned ? APInt::getMinValue(numBits)
APInt.h 409 static APInt getMinValue(unsigned numBits) {
    [all...]
  /frameworks/native/libs/gui/
Sensor.cpp 73 float Sensor::getMinValue() const {
  /frameworks/base/core/java/android/widget/
NumberPicker.java     [all...]
TimePicker.java 179 int minValue = mMinuteSpinner.getMinValue();
DatePicker.java 651 mMonthSpinner.getMinValue(), mMonthSpinner.getMaxValue() + 1);
  /external/llvm/unittests/ADT/
APFloatTest.cpp 416 EXPECT_EQ(APSInt::getMinValue(5, true), result);
441 EXPECT_EQ(APSInt::getMinValue(5, false), result);
    [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 598 APSInt Min = APSInt::getMinValue(Width, Unsigned);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 

Completed in 634 milliseconds

1 2