Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
DRangeConstraintManager.cpp144 const llvm::APSInt &getMinValue() const { in getMinValue() function in __anon9c6460c60111::RangeSet
155 APSIntType Type(getMinValue()); in pin()
169 Lower = Type.getMinValue(); in pin()
174 Lower = Type.getMinValue(); in pin()
179 Lower = Type.getMinValue(); in pin()
210 Lower = Type.getMinValue(); in pin()
220 Lower = Type.getMinValue(); in pin()
252 IntersectInRange(BV, F, BV.getMinValue(Upper), Upper, newRanges, i, e); in Intersect()
392 RangeSet Result(F, BV.getMinValue(T), BV.getMaxValue(T)); in GetRange()
468 llvm::APSInt Min = AdjustmentType.getMinValue(); in assumeSymLT()
[all …]
DProgramState.cpp324 nonloc::ConcreteInt Min(BVF.getMinValue(indexTy)); in assumeInBound()
/freebsd-9-stable/contrib/llvm/tools/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.h60 llvm::APSInt getMinValue() const LLVM_READONLY { in getMinValue() function
61 return llvm::APSInt::getMinValue(BitWidth, IsUnsigned); in getMinValue()
/freebsd-9-stable/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCInst.cpp95 int MinValue = getMinValue(); in isConstExtended()
149 int HexagonMCInst::getMinValue(void) const { in getMinValue() function in HexagonMCInst
DHexagonMCInst.h92 int getMinValue() const;
/freebsd-9-stable/contrib/llvm/lib/Support/
DConstantRange.cpp36 Lower = Upper = APInt::getMinValue(BitWidth); in ConstantRange()
70 return ConstantRange(APInt::getMinValue(W), UMax); in makeICmpRegion()
82 return ConstantRange(APInt::getMinValue(W), UMax + 1); in makeICmpRegion()
171 return APInt::getMinValue(getBitWidth()); in getUnsignedMin()
/freebsd-9-stable/contrib/llvm/include/llvm/ADT/
DAPSInt.h261 static APSInt getMinValue(uint32_t numBits, bool Unsigned) { in getMinValue() function
262 return APSInt(Unsigned ? APInt::getMinValue(numBits) in getMinValue()
DAPInt.h430 static APInt getMinValue(unsigned numBits) { return APInt(numBits, 0); } in getMinValue() function
/freebsd-9-stable/contrib/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.h209 int getMinValue(const MachineInstr *MI) const;
DHexagonInstrInfo.cpp1703 int MinValue = getMinValue(MI); in isConstExtended()
1758 int HexagonInstrInfo::getMinValue(const MachineInstr *MI) const { in getMinValue() function in HexagonInstrInfo
/freebsd-9-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
DTestBean.java395 getMinValue() in getMinValue() method in TestBean
/freebsd-9-stable/contrib/llvm/lib/IR/
DInstructions.cpp3157 Lower = APInt::getMinValue(BitWidth); in makeConstantRange()
3169 ++Lower; Upper = APInt::getMinValue(BitWidth); // Min = Next(Max) in makeConstantRange()
3181 Lower = APInt::getMinValue(BitWidth); ++Upper; in makeConstantRange()
3193 Upper = APInt::getMinValue(BitWidth); // Min = Next(Max) in makeConstantRange()
/freebsd-9-stable/contrib/llvm/lib/Analysis/
DScalarEvolution.cpp1019 const SCEV *N = getConstant(APInt::getMinValue(BitWidth) - in getZeroExtendExpr()
3326 ConstantRange(APInt::getMinValue(BitWidth), in getUnsignedRange()
5593 ? getConstant(APInt::getMinValue(CR.getBitWidth())) in HowFarToZero()
6387 APInt MinValue = APInt::getMinValue(BitWidth); in doesIVOverflowOnGT()
6531 : APInt::getMinValue(BitWidth) + (MinStride - 1); in HowManyGreaterThans()
/freebsd-9-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp1464 MinVal = APInt::getMinValue(OperandBitSize); in SimplifySetCC()
/freebsd-9-stable/contrib/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp3129 SMin.convertFromAPInt(APInt::getMinValue(IntWidth), true, in FoldFCmp_IntToFP_Cst()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGExprScalar.cpp602 APSInt Min = APSInt::getMinValue(Width, Unsigned); in EmitFloatConversionCheck()