Searched refs:APSIntType (Results 1 – 10 of 10) sorted by relevance
155 APSIntType Type(getMinValue()); in pin()156 APSIntType::RangeTestResultKind LowerTest = Type.testInRange(Lower, true); in pin()157 APSIntType::RangeTestResultKind UpperTest = Type.testInRange(Upper, true); in pin()160 case APSIntType::RTR_Below: in pin()162 case APSIntType::RTR_Below: in pin()172 case APSIntType::RTR_Within: in pin()177 case APSIntType::RTR_Above: in pin()184 case APSIntType::RTR_Within: in pin()186 case APSIntType::RTR_Below: in pin()191 case APSIntType::RTR_Within: in pin()[all …]
15 APSIntType::RangeTestResultKind16 APSIntType::testInRange(const llvm::APSInt &Value, in testInRange()
199 Adjustment = APSIntType(Adjustment).convert(SE->getRHS()); in computeAdjustment()219 APSIntType WraparoundType = BVF.getAPSIntType(LHS->getType()); in assumeSymRel()233 APSIntType ComparisonType = std::max(WraparoundType, APSIntType(Int)); in assumeSymRel()
4 APSIntType.cpp
15 APSIntType.cpp \
373 APSIntType CompareType = std::max(APSIntType(LHSValue), in evalBinOpNN()374 APSIntType(RHSValue)); in evalBinOpNN()378 APSIntType IntType = BasicVals.getAPSIntType(resultTy); in evalBinOpNN()493 APSIntType IntType = BasicVals.getAPSIntType(resultTy); in evalBinOpNN()
20 class APSIntType {25 APSIntType(uint32_t Width, bool Unsigned) in APSIntType() function28 /* implicit */ APSIntType(const llvm::APSInt &Value) in APSIntType() function92 bool operator==(const APSIntType &Other) const {100 bool operator<(const APSIntType &Other) const {
95 APSIntType getAPSIntType(QualType T) const { in getAPSIntType()97 return APSIntType(Ctx.getTypeSize(T), in getAPSIntType()105 APSIntType TargetType(To); in Convert()106 if (TargetType == APSIntType(From)) in Convert()113 APSIntType TargetType = getAPSIntType(T); in Convert()114 if (TargetType == APSIntType(From)) in Convert()126 return getValue(APSIntType(v).getMaxValue()); in getMaxValue()130 return getValue(APSIntType(v).getMinValue()); in getMinValue()
684 llvm::APSInt fourInt = APSIntType(maxValInt).getValue(4); in getCStringLengthForRegion()
1598 + APSIntType.cpp \