Searched refs:getAPSIntType (Results 1 – 9 of 9) sorted by relevance
143 APSIntType getAPSIntType(QualType T) const { in getAPSIntType() function167 APSIntType TargetType = getAPSIntType(T); in Convert()192 return getMaxValue(getAPSIntType(T)); in getMaxValue()196 return getMinValue(getAPSIntType(T)); in getMinValue()
547 static inline QualType getAPSIntType(ASTContext &Ctx, in getAPSIntType() function560 if (Int.getBitWidth() == 1 && getAPSIntType(Ctx, Int).isNull()) { in fixAPSInt()565 return std::make_pair(NewInt, getAPSIntType(Ctx, NewInt)); in fixAPSInt()
206 APSIntType AT = BV.getAPSIntType(T); in isWithinConstantOverflowBounds()250 assert(APSIntType(LInt) == BV.getAPSIntType(SymTy) && in doRearrangeUnchecked()252 assert(APSIntType(RInt) == BV.getAPSIntType(SymTy) && in doRearrangeUnchecked()449 BasicVals.getAPSIntType(lSym->getType()).apply(i); in evalBinOpNN()451 BasicVals.getAPSIntType(Context.VoidPtrTy).apply(i); in evalBinOpNN()481 APSIntType IntType = BasicVals.getAPSIntType(resultTy); in evalBinOpNN()603 APSIntType IntType = BasicVals.getAPSIntType(resultTy); in evalBinOpNN()
103 APSIntType WraparoundType = BVF.getAPSIntType(Sym->getType()); in assumeSymInclusiveRange()166 APSIntType WraparoundType = BVF.getAPSIntType(Sym->getType()); in assumeSymRel()
1006 APSIntType ResultType = ValueFactory.getAPSIntType(T); in VisitBinaryOperator()1036 APSIntType RangeType = ValueFactory.getAPSIntType(T); in getSymmetricalRange()1069 APSIntType IntType = ValueFactory.getAPSIntType(T); in assumeNonZero()1227 APSIntType ResultType = ValueFactory.getAPSIntType(T); in VisitBinaryOperator()1285 APSIntType ResultType = ValueFactory.getAPSIntType(T); in VisitBinaryOperator()1331 llvm::APSInt Zero = ValueFactory.getAPSIntType(T).getZeroValue(); in VisitBinaryOperator()2234 APSIntType IntType = BV.getAPSIntType(Sym->getType()); in checkNull()
122 return getValue(getAPSIntType(T).getValue(X)); in getValue()
663 BasicVals.getAPSIntType(CastTy).apply(Value); in evalCastSubKind()864 BasicVals.getAPSIntType(CastTy).apply(Value); in evalCastSubKind()
114 BVF.getAPSIntType(CE->getType()).apply(Result); in evalCall()
272 APSIntType AT = BV.getAPSIntType(T); in assumeNoOverflow()