Home
last modified time | relevance | path

Searched refs:getMinValue (Results 1 – 25 of 55) sorted by relevance

123

/external/clang/lib/StaticAnalyzer/Core/
DRangeConstraintManager.cpp153 const llvm::APSInt &getMinValue() const { in getMinValue() function in __anon42e992be0111::RangeSet
164 APSIntType Type(getMinValue()); in pin()
178 Lower = Type.getMinValue(); in pin()
183 Lower = Type.getMinValue(); in pin()
188 Lower = Type.getMinValue(); in pin()
219 Lower = Type.getMinValue(); in pin()
229 Lower = Type.getMinValue(); in pin()
261 IntersectInRange(BV, F, BV.getMinValue(Upper), Upper, newRanges, i, e); in Intersect()
425 RangeSet Result(F, BV.getMinValue(T), BV.getMaxValue(T)); in GetRange()
501 llvm::APSInt Min = AdjustmentType.getMinValue(); in getSymLTRange()
[all …]
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DBasicValueFactory.h129 inline const llvm::APSInt& getMinValue(const llvm::APSInt &v) { in getMinValue() function
130 return getValue(APSIntType(v).getMinValue()); in getMinValue()
137 inline const llvm::APSInt& getMinValue(QualType T) { in getMinValue() function
138 return getValue(getAPSIntType(T).getMinValue()); in getMinValue()
DAPSIntType.h61 llvm::APSInt getMinValue() const LLVM_READONLY { in getMinValue() function
62 return llvm::APSInt::getMinValue(BitWidth, IsUnsigned); in getMinValue()
/external/deqp/modules/gles2/functional/
Des2fVertexArrayTest.cpp96 GLValue::getMinValue(inputTypes[inputTypeNdx]), in init()
166 GLValue::getMinValue(inputTypes[inputTypeNdx]), in init()
237 GLValue::getMinValue(inputTypes[inputTypeNdx]), in init()
305 GLValue::getMinValue(inputTypes[inputTypeNdx]), in init()
368 GLValue::getMinValue(inputTypes[inputTypeNdx]), in init()
433 GLValue::getMinValue(inputTypes[inputTypeNdx]), in init()
539 GLValue::getMinValue(Array::INPUTTYPE_FLOAT), in init()
629 GLValue::getMinValue(Array::INPUTTYPE_FLOAT), in addStorageCases()
736 GLValue::getMinValue(Array::INPUTTYPE_FLOAT), in addStrideCases()
825 GLValue::getMinValue(inputTypes[inputTypeNdx]), in addInputTypeCases()
/external/deqp/modules/gles2/stress/
Des2sVertexArrayTests.cpp97 GLValue::getMinValue(inputTypes[inputTypeNdx]), in init()
167 GLValue::getMinValue(inputTypes[inputTypeNdx]), in init()
238 GLValue::getMinValue(inputTypes[inputTypeNdx]), in init()
306 GLValue::getMinValue(inputTypes[inputTypeNdx]), in init()
/external/deqp/modules/gles3/functional/
Des3fVertexArrayTest.cpp95 GLValue::getMinValue(inputTypes[inputTypeNdx]), in init()
200 GLValue::getMinValue(m_type), in init()
303 GLValue::getMinValue(m_type), in init()
404 GLValue::getMinValue(m_type), in init()
498 GLValue::getMinValue(m_type), in init()
614 GLValue::getMinValue(m_type), in init()
752 GLValue::getMinValue(Array::INPUTTYPE_FLOAT), in init()
842 GLValue::getMinValue(Array::INPUTTYPE_FLOAT), in addStorageCases()
949 GLValue::getMinValue(Array::INPUTTYPE_FLOAT), in addStrideCases()
1038 GLValue::getMinValue(inputTypes[inputTypeNdx]), in addInputTypeCases()
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
DScriptTagModuleWriter.java22 int min = data.getMinValue(); in writeTagValueHeader()
89 int min = data.getMinValue(); in writeTagValueCPP()
DTagValueData.java18 abstract public int getMinValue(); in getMinValue() method in TagValueData
DScriptIDModuleWriter.java28 int minScript = scriptData.getMinValue(); in writeScriptHeader()
115 int minLanguage = languageData.getMinValue(); in writeLanguageHeader()
DLanguageData.java144 public int getMinValue() in getMinValue() method in LanguageData
DScriptRunModuleWriter.java24 int minScript = scriptData.getMinValue(); in writeScriptRuns()
DScriptData.java181 public int getMinValue() in getMinValue() method in ScriptData
/external/deqp/modules/gles3/stress/
Des3sVertexArrayTests.cpp98 GLValue::getMinValue(inputTypes[inputTypeNdx]), in init()
203 GLValue::getMinValue(m_type), in init()
306 GLValue::getMinValue(m_type), in init()
407 GLValue::getMinValue(m_type), in init()
/external/swiftshader/third_party/LLVM/lib/Support/
DConstantRange.cpp36 Lower = Upper = APInt::getMinValue(BitWidth); in ConstantRange()
69 return ConstantRange(APInt::getMinValue(W), UMax); in makeICmpRegion()
81 return ConstantRange(APInt::getMinValue(W), UMax + 1); in makeICmpRegion()
173 return APInt::getMinValue(getBitWidth()); in getUnsignedMin()
/external/llvm/unittests/IR/
DConstantRangeTest.cpp686 ConstantRange(APInt::getMinValue(32), APInt::getMinValue(32) - 5)); in TEST()
690 ConstantRange(APInt::getMinValue(32), APInt::getSignedMaxValue(32) - 4)); in TEST()
723 EXPECT_TRUE(ConstantRange(APInt::getMinValue(32), APInt(32, 100)) in TEST()
733 EXPECT_TRUE(ConstantRange(APInt(32, 100), APInt::getMinValue(32)) in TEST()
760 EXPECT_FALSE(ConstantRange(APInt::getMinValue(32) - APInt(32, 100), in TEST()
761 APInt::getMinValue(32) + APInt(32, 100)) in TEST()
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DAPSInt.h248 static APSInt getMinValue(uint32_t numBits, bool Unsigned) { in getMinValue() function
249 return APSInt(Unsigned ? APInt::getMinValue(numBits) in getMinValue()
/external/llvm/lib/IR/
DConstantRange.cpp38 Lower = Upper = APInt::getMinValue(BitWidth); in ConstantRange()
73 return ConstantRange(APInt::getMinValue(W), UMax); in makeAllowedICmpRegion()
85 return ConstantRange(APInt::getMinValue(W), UMax + 1); in makeAllowedICmpRegion()
281 return APInt::getMinValue(getBitWidth()); in getUnsignedMin()
/external/llvm/include/llvm/ADT/
DAPSInt.h283 static APSInt getMinValue(uint32_t numBits, bool Unsigned) { in getMinValue() function
284 return APSInt(Unsigned ? APInt::getMinValue(numBits) in getMinValue()
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCInstrInfo.h133 int getMinValue(MCInstrInfo const &MCII, MCInst const &MCI);
DHexagonMCInstrInfo.cpp296 int HexagonMCInstrInfo::getMinValue(MCInstrInfo const &MCII, in getMinValue() function in llvm::HexagonMCInstrInfo
485 int MinValue = HexagonMCInstrInfo::getMinValue(MCII, MCI); in isConstExtended()
/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.h403 int getMinValue(const MachineInstr *MI) const;
/external/llvm/lib/Transforms/Scalar/
DFloat2Int.cpp196 APInt Min = APInt::getMinValue(BW).zextOrSelf(MaxIntegerBW+1); in walkBackwards()
/external/swiftshader/third_party/LLVM/unittests/ADT/
DAPFloatTest.cpp364 EXPECT_EQ(APSInt::getMinValue(5, true), result); in TEST()
389 EXPECT_EQ(APSInt::getMinValue(5, false), result); in TEST()
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DAbstractRealVector.java317 public double getMinValue() { in getMinValue() method in AbstractRealVector
/external/deqp/modules/glshared/
DglsVertexArrayTests.hpp400 static GLValue getMinValue (Array::InputType type);

123