Lines Matching refs:getIntWidth
2549 unsigned DestWidth = Info.Ctx.getIntWidth(DestType); in HandleFloatToIntCast()
2630 unsigned DestWidth = Info.Ctx.getIntWidth(DestType); in HandleIntToIntCast()
3002 APSInt EltResult{Info.Ctx.getIntWidth(EltTy), in handleVectorVectorBinOp()
7109 unsigned IntWidth = Info.Ctx.getIntWidth(QualType(T, 0)); in visit()
9081 unsigned SrcWidth = Info.Ctx.getIntWidth(ForType); in getAlignmentArgument()
10577 APSInt EltResult{Ctx.getIntWidth(ResultTy), in handleVectorUnaryOperator()
10979 assert(SI.getBitWidth() == Info.Ctx.getIntWidth(E->getType()) && in Success()
10991 assert(I.getBitWidth() == Info.Ctx.getIntWidth(E->getType()) && in Success()
11132 assert(V.getWidth() == Info.Ctx.getIntWidth(E->getType()) && in Success()
11230 == Info.Ctx.getIntWidth(E->getType())); in CheckReferencedDecl()
11240 Val = Val.extOrTrunc(Info.Ctx.getIntWidth(E->getType())); in CheckReferencedDecl()
12771 APSInt Value(Info.Ctx.getIntWidth(E->getType()), in VisitBinOp()
13349 APSInt Result = TrueResult.trunc(Info.Ctx.getIntWidth(E->getType())); in VisitBinaryOperator()
13611 Info.Ctx.getIntWidth(DestType), in VisitCastExpr()
15884 unsigned DestWidth = Ctx.getIntWidth(E->getType()); in CheckICE()