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

12

/freebsd-13-stable/contrib/llvm-project/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.h179 const llvm::APSInt &getMinValue(const llvm::APSInt &v) { function in class:clang::ento::BasicValueFactory
180 return getValue(APSIntType(v).getMinValue());
187 const llvm::APSInt &getMinValue(QualType T) { function in class:clang::ento::BasicValueFactory
188 return getMinValue(getAPSIntType(T));
195 const llvm::APSInt &getMinValue(APSIntType T) { function in class:clang::ento::BasicValueFactory
196 return getValue(T.getMinValue());
H A DRangedConstraintManager.h111 const llvm::APSInt &getMinValue() const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DKnownBits.cpp26 APInt PossibleSumOne = LHS.getMinValue() + RHS.getMinValue() + CarryOne;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DOpDescriptor.cpp19 Cs.push_back(ConstantInt::get(IntTy, APInt::getMinValue(W)));
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp143 const llvm::APSInt &RangeSet::getMinValue() const {
171 APSIntType Type(getMinValue());
185 Lower = Type.getMinValue();
190 Lower = Type.getMinValue();
195 Lower = Type.getMinValue();
226 Lower = Type.getMinValue();
236 Lower = Type.getMinValue();
267 IntersectInRange(BV, F, BV.getMinValue(Upper), Upper, newRanges, i, e);
314 const llvm::APSInt sampleValue = getMinValue();
315 const llvm::APSInt &MIN = BV.getMinValue(sampleValu
[all...]
H A DProgramState.cpp339 nonloc::ConcreteInt Min(BVF.getMinValue(indexTy));
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DKnownBits.h114 APInt getMinValue() const { function in struct:llvm::KnownBits
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp43 : Lower(Full ? APInt::getMaxValue(BitWidth) : APInt::getMinValue(BitWidth)),
67 return ConstantRange(Known.getMinValue(), Known.getMaxValue() + 1);
71 APInt Lower = Known.getMinValue(), Upper = Known.getMaxValue();
96 return ConstantRange(APInt::getMinValue(W), std::move(UMax));
105 return getNonEmpty(APInt::getMinValue(W), CR.getUnsignedMax() + 1);
190 APIntOps::RoundingUDiv(APInt::getMinValue(BitWidth), V,
257 return getNonEmpty(Other.getUnsignedMax(), APInt::getMinValue(BitWidth));
372 return APInt::getMinValue(getBitWidth());
648 APInt Min = APInt::getMinValue(BW).zextOrSelf(ResultBitWidth);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPSInt.h292 /// getMinValue - Return the APSInt representing the minimum integer value
294 static APSInt getMinValue(uint32_t numBits, bool Unsigned) { function in class:llvm::APSInt
295 return APSInt(Unsigned ? APInt::getMinValue(numBits)
H A DAPInt.h546 static APInt getMinValue(unsigned numBits) { return APInt(numBits, 0); } function
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DFixedPoint.cpp123 auto Val = llvm::APSInt::getMinValue(Sema.getWidth(), !Sema.isSigned());
362 llvm::APSInt DstMin = llvm::APSInt::getMinValue(DstWidth, !DstSign);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h460 int getMinValue(const MachineInstr &MI) const;
H A DHexagonInstrInfo.cpp2093 int MinValue = getMinValue(MI);
4400 int HexagonInstrInfo::getMinValue(const MachineInstr &MI) const { function in class:HexagonInstrInfo
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.h153 int getMinValue(MCInstrInfo const &MCII, MCInst const &MCI);
H A DHexagonMCInstrInfo.cpp357 int HexagonMCInstrInfo::getMinValue(MCInstrInfo const &MCII, function in class:HexagonMCInstrInfo
567 int MinValue = HexagonMCInstrInfo::getMinValue(MCII, MCI);
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestBean.java395 getMinValue() method in class:TestBean
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAtomicOptimizer.cpp396 return APInt::getMinValue(BitWidth);
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp546 const llvm::APSInt &MinusInf = BVF.getMinValue(T);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp689 APInt::getMinValue(BitWidth);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1112 APInt::getMinValue(BitWidth);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp1119 return SE->getConstant(APInt::getMinValue(BitWidth) -
1538 const SCEV *N = getConstant(APInt::getMinValue(BitWidth) -
5365 ConstantRange(APInt::getMinValue(BitWidth),
5533 if (Known.getMinValue() != Known.getMaxValue() + 1)
5535 ConstantRange(Known.getMinValue(), Known.getMaxValue() + 1),
10391 APInt MinValue = APInt::getMinValue(BitWidth);
10644 : APInt::getMinValue(BitWidth) + (MinStride - 1);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp398 if (KnownAmtBits.getMinValue().uge(BitWidth)) {
2181 APInt Min = APSInt::getMinValue(BitWidth, !SI->isSigned());
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp10530 PromotedMin = llvm::APSInt::getMinValue(BitWidth, Unsigned);
10533 PromotedMin = llvm::APSInt::getMinValue(R.Width, R.NonNegative)
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp1087 llvm::APSInt::getMinValue(L1.getBitWidth(), L1.isUnsigned()),

Completed in 327 milliseconds

12