Searched refs:getMinValue (Results 1 - 17 of 17) sorted by relevance

/freebsd-10.3-release/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInst.h92 int getMinValue() const;
H A DHexagonMCInst.cpp95 int MinValue = getMinValue();
149 int HexagonMCInst::getMinValue(void) const { function in class:HexagonMCInst
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAPSIntType.h60 llvm::APSInt getMinValue() const LLVM_READONLY {
61 return llvm::APSInt::getMinValue(BitWidth, IsUnsigned);
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());
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp144 const llvm::APSInt &getMinValue() const { function in class:__anon3642::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...]
H A DProgramState.cpp324 nonloc::ConcreteInt Min(BVF.getMinValue(indexTy));
/freebsd-10.3-release/contrib/llvm/lib/Support/
H A DConstantRange.cpp36 Lower = Upper = APInt::getMinValue(BitWidth);
70 return ConstantRange(APInt::getMinValue(W), UMax);
82 return ConstantRange(APInt::getMinValue(W), UMax + 1);
171 return APInt::getMinValue(getBitWidth());
/freebsd-10.3-release/contrib/llvm/include/llvm/ADT/
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)
H A DAPInt.h430 static APInt getMinValue(unsigned numBits) { return APInt(numBits, 0); } function in class:llvm::APInt
/freebsd-10.3-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h209 int getMinValue(const MachineInstr *MI) const;
H A DHexagonInstrInfo.cpp1703 int MinValue = getMinValue(MI);
1758 int HexagonInstrInfo::getMinValue(const MachineInstr *MI) const { function in class:HexagonInstrInfo
/freebsd-10.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestBean.java395 getMinValue() method in class:TestBean
/freebsd-10.3-release/contrib/llvm/lib/IR/
H A DInstructions.cpp3157 Lower = APInt::getMinValue(BitWidth);
3169 ++Lower; Upper = APInt::getMinValue(BitWidth); // Min = Next(Max)
3181 Lower = APInt::getMinValue(BitWidth); ++Upper;
3193 Upper = APInt::getMinValue(BitWidth); // Min = Next(Max)
/freebsd-10.3-release/contrib/llvm/lib/Analysis/
H A DScalarEvolution.cpp1019 const SCEV *N = getConstant(APInt::getMinValue(BitWidth) -
3326 ConstantRange(APInt::getMinValue(BitWidth),
5593 ? getConstant(APInt::getMinValue(CR.getBitWidth()))
6387 APInt MinValue = APInt::getMinValue(BitWidth);
6531 : APInt::getMinValue(BitWidth) + (MinStride - 1);
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprScalar.cpp602 APSInt Min = APSInt::getMinValue(Width, Unsigned);
/freebsd-10.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1464 MinVal = APInt::getMinValue(OperandBitSize);
/freebsd-10.3-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp3129 SMin.convertFromAPInt(APInt::getMinValue(IntWidth), true,

Completed in 183 milliseconds