Lines Matching refs:getIntWidth
2526 unsigned DestWidth = Info.Ctx.getIntWidth(DestType); in HandleFloatToIntCast()
2611 unsigned DestWidth = Info.Ctx.getIntWidth(DestType); in HandleIntToIntCast()
2983 APSInt EltResult{Info.Ctx.getIntWidth(EltTy), in handleVectorVectorBinOp()
7020 unsigned IntWidth = Info.Ctx.getIntWidth(QualType(T, 0)); in visit()
8908 unsigned SrcWidth = Info.Ctx.getIntWidth(ForType); in getAlignmentArgument()
10613 assert(SI.getBitWidth() == Info.Ctx.getIntWidth(E->getType()) && in Success()
10625 assert(I.getBitWidth() == Info.Ctx.getIntWidth(E->getType()) && in Success()
10766 assert(V.getWidth() == Info.Ctx.getIntWidth(E->getType()) && in Success()
10864 == Info.Ctx.getIntWidth(E->getType())); in CheckReferencedDecl()
10874 Val = Val.extOrTrunc(Info.Ctx.getIntWidth(E->getType())); in CheckReferencedDecl()
12420 APSInt Value(Info.Ctx.getIntWidth(E->getType()), in VisitBinOp()
12966 APSInt Result = TrueResult.trunc(Info.Ctx.getIntWidth(E->getType())); in VisitBinaryOperator()
13228 Info.Ctx.getIntWidth(DestType), in VisitCastExpr()
15373 unsigned DestWidth = Ctx.getIntWidth(E->getType()); in CheckICE()