Searched defs:getMinValue (Results 1 - 8 of 8) sorted by relevance

/external/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInst.cpp95 int MinValue = getMinValue();
149 int HexagonMCInst::getMinValue(void) const { function in class:HexagonMCInst
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBasicValueFactory.h129 inline const llvm::APSInt& getMinValue(const llvm::APSInt &v) { function in class:clang::ento::BasicValueFactory
130 return getValue(APSIntType(v).getMinValue());
137 inline const llvm::APSInt& getMinValue(QualType T) { function in class:clang::ento::BasicValueFactory
138 return getValue(getAPSIntType(T).getMinValue());
/external/llvm/include/llvm/ADT/
H A DAPInt.h428 static APInt getMinValue(unsigned numBits) { return APInt(numBits, 0); } function in class:llvm::APInt
H A DAPSInt.h253 /// getMinValue - Return the APSInt representing the minimum integer value
255 static APSInt getMinValue(uint32_t numBits, bool Unsigned) { function in class:llvm::APSInt
256 return APSInt(Unsigned ? APInt::getMinValue(numBits)
/external/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp144 const llvm::APSInt &getMinValue() const { function in class:__anon18275::RangeSet
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);
394 RangeSet Result(F, BV.getMinValue(T), BV.getMaxValue(T));
470 llvm::APSInt Min = AdjustmentType.getMinValue();
[all...]
/external/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp1705 int MinValue = getMinValue(MI);
1760 int HexagonInstrInfo::getMinValue(const MachineInstr *MI) const { function in class:HexagonInstrInfo
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 4587 milliseconds