Lines Matching refs:getIntWidth
2643 unsigned DestWidth = Info.Ctx.getIntWidth(DestType); in HandleFloatToIntCast()
2728 unsigned DestWidth = Info.Ctx.getIntWidth(DestType); in HandleIntToIntCast()
3071 APSInt EltResult{Info.Ctx.getIntWidth(EltTy), in handleVectorVectorBinOp()
7336 unsigned IntWidth = Info.Ctx.getIntWidth(QualType(T, 0)); in visit()
9474 unsigned SrcWidth = Info.Ctx.getIntWidth(ForType); in getAlignmentArgument()
10945 APSInt EltResult{Ctx.getIntWidth(ResultTy), in handleVectorUnaryOperator()
11517 assert(SI.getBitWidth() == Info.Ctx.getIntWidth(E->getType()) && in Success()
11529 assert(I.getBitWidth() == Info.Ctx.getIntWidth(E->getType()) && in Success()
11670 assert(V.getWidth() == Info.Ctx.getIntWidth(E->getType()) && in Success()
11772 == Info.Ctx.getIntWidth(E->getType())); in CheckReferencedDecl()
11782 Val = Val.extOrTrunc(Info.Ctx.getIntWidth(E->getType())); in CheckReferencedDecl()
13457 APSInt Value(Info.Ctx.getIntWidth(E->getType()), in VisitBinOp()
14039 APSInt Result = TrueResult.trunc(Info.Ctx.getIntWidth(E->getType())); in VisitBinaryOperator()
14335 Info.Ctx.getIntWidth(DestType), in VisitCastExpr()
16688 unsigned DestWidth = Ctx.getIntWidth(E->getType()); in CheckICE()