Searched refs:getAPSIntType (Results 1 – 10 of 10) sorted by relevance
148 APSIntType getAPSIntType(QualType T) const { in getAPSIntType() function172 APSIntType TargetType = getAPSIntType(T); in Convert()197 return getMaxValue(getAPSIntType(T)); in getMaxValue()201 return getMinValue(getAPSIntType(T)); in getMinValue()
569 static inline QualType getAPSIntType(ASTContext &Ctx, in getAPSIntType() function582 if (Int.getBitWidth() == 1 && getAPSIntType(Ctx, Int).isNull()) { in fixAPSInt()587 return std::make_pair(NewInt, getAPSIntType(Ctx, NewInt)); in fixAPSInt()
347 APSIntType getAPSIntType() const;
205 APSIntType resultIntTy = BasicVals.getAPSIntType(resultTy); in MakeSymIntVal()244 APSIntType AT = BV.getAPSIntType(T); in isWithinConstantOverflowBounds()288 assert(APSIntType(LInt) == BV.getAPSIntType(SymTy) && in doRearrangeUnchecked()290 assert(APSIntType(RInt) == BV.getAPSIntType(SymTy) && in doRearrangeUnchecked()492 BasicVals.getAPSIntType(lSym->getType()).apply(i); in evalBinOpNN()494 BasicVals.getAPSIntType(Context.VoidPtrTy).apply(i); in evalBinOpNN()524 APSIntType IntType = BasicVals.getAPSIntType(resultTy); in evalBinOpNN()646 APSIntType IntType = BasicVals.getAPSIntType(resultTy); in evalBinOpNN()
109 APSIntType WraparoundType = BVF.getAPSIntType(Sym->getType()); in assumeSymInclusiveRange()172 APSIntType WraparoundType = BVF.getAPSIntType(Sym->getType()); in assumeSymRel()
670 VB.getBasicValueFactory().getAPSIntType(CastTy).apply(Value); in VisitLocConcreteInt()677 VB.getBasicValueFactory().getAPSIntType(CastTy).apply(Value); in VisitLocConcreteInt()863 VB.getBasicValueFactory().getAPSIntType(CastTy).apply(Value); in VisitNonLocConcreteInt()1055 APSIntType CTy = BVF.getAPSIntType(CastTy); in simplifySymbolCast()1056 APSIntType TTy = BVF.getAPSIntType(T); in simplifySymbolCast()1068 APSIntType RTy = BVF.getAPSIntType(RT); in simplifySymbolCast()
366 APSIntType clang::ento::RangeSet::getAPSIntType() const { in getAPSIntType() function in clang::ento::RangeSet677 if (What.isEmpty() || What.getAPSIntType() == Ty) in castTo()708 return castTo(What, ValueFactory.getAPSIntType(T)); in castTo()1386 APSIntType ResultType = ValueFactory.getAPSIntType(T); in VisitBinaryOperator()1416 APSIntType RangeType = ValueFactory.getAPSIntType(T); in getSymmetricalRange()1449 APSIntType IntType = ValueFactory.getAPSIntType(T); in assumeNonZero()1631 APSIntType ResultType = ValueFactory.getAPSIntType(T); in VisitBinaryOperator()1689 APSIntType ResultType = ValueFactory.getAPSIntType(T); in VisitBinaryOperator()1735 llvm::APSInt Zero = ValueFactory.getAPSIntType(T).getZeroValue(); in VisitBinaryOperator()2778 APSIntType IntType = BV.getAPSIntType(Sym->getType()); in checkNull()
122 return getValue(getAPSIntType(T).getValue(X)); in getValue()
115 BVF.getAPSIntType(CE->getType()).apply(Result); in evalCall()
272 APSIntType AT = BV.getAPSIntType(T); in assumeNoOverflow()