Searched defs:getMinValue (Results 1 - 6 of 6) 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.h430 static APInt getMinValue(unsigned numBits) { return APInt(numBits, 0); } function in class:llvm::APInt
H A DAPSInt.h259 /// getMinValue - Return the APSInt representing the minimum integer value
261 static APSInt getMinValue(uint32_t numBits, bool Unsigned) { function in class:llvm::APSInt
262 return APSInt(Unsigned ? APInt::getMinValue(numBits)
/external/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp144 const llvm::APSInt &getMinValue() const { function in class:__anon16516::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);
392 RangeSet Result(F, BV.getMinValue(T), BV.getMaxValue(T));
468 llvm::APSInt Min = AdjustmentType.getMinValue();
[all...]
/external/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp1701 int MinValue = getMinValue(MI);
1756 int HexagonInstrInfo::getMinValue(const MachineInstr *MI) const { function in class:HexagonInstrInfo

Completed in 371 milliseconds