| /freebsd-9-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| D | RangeConstraintManager.cpp | 144 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 …]
|
| D | ProgramState.cpp | 324 nonloc::ConcreteInt Min(BVF.getMinValue(indexTy)); in assumeInBound()
|
| /freebsd-9-stable/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| D | BasicValueFactory.h | 129 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()
|
| D | APSIntType.h | 60 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/ |
| D | HexagonMCInst.cpp | 95 int MinValue = getMinValue(); in isConstExtended() 149 int HexagonMCInst::getMinValue(void) const { in getMinValue() function in HexagonMCInst
|
| D | HexagonMCInst.h | 92 int getMinValue() const;
|
| /freebsd-9-stable/contrib/llvm/lib/Support/ |
| D | ConstantRange.cpp | 36 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/ |
| D | APSInt.h | 261 static APSInt getMinValue(uint32_t numBits, bool Unsigned) { in getMinValue() function 262 return APSInt(Unsigned ? APInt::getMinValue(numBits) in getMinValue()
|
| D | APInt.h | 430 static APInt getMinValue(unsigned numBits) { return APInt(numBits, 0); } in getMinValue() function
|
| /freebsd-9-stable/contrib/llvm/lib/Target/Hexagon/ |
| D | HexagonInstrInfo.h | 209 int getMinValue(const MachineInstr *MI) const;
|
| D | HexagonInstrInfo.cpp | 1703 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/ |
| D | TestBean.java | 395 getMinValue() in getMinValue() method in TestBean
|
| /freebsd-9-stable/contrib/llvm/lib/IR/ |
| D | Instructions.cpp | 3157 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/ |
| D | ScalarEvolution.cpp | 1019 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/ |
| D | TargetLowering.cpp | 1464 MinVal = APInt::getMinValue(OperandBitSize); in SimplifySetCC()
|
| /freebsd-9-stable/contrib/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineCompares.cpp | 3129 SMin.convertFromAPInt(APInt::getMinValue(IntWidth), true, in FoldFCmp_IntToFP_Cst()
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/ |
| D | CGExprScalar.cpp | 602 APSInt Min = APSInt::getMinValue(Width, Unsigned); in EmitFloatConversionCheck()
|