Lines Matching refs:getIntWidth
2543 unsigned DestWidth = Info.Ctx.getIntWidth(DestType); in HandleFloatToIntCast()
2624 unsigned DestWidth = Info.Ctx.getIntWidth(DestType); in HandleIntToIntCast()
3000 APSInt EltResult{Info.Ctx.getIntWidth(EltTy), in handleVectorVectorBinOp()
7102 unsigned IntWidth = Info.Ctx.getIntWidth(QualType(T, 0)); in visit()
9060 unsigned SrcWidth = Info.Ctx.getIntWidth(ForType); in getAlignmentArgument()
10542 APSInt EltResult{Ctx.getIntWidth(ResultTy), in handleVectorUnaryOperator()
10906 assert(SI.getBitWidth() == Info.Ctx.getIntWidth(E->getType()) && in Success()
10918 assert(I.getBitWidth() == Info.Ctx.getIntWidth(E->getType()) && in Success()
11059 assert(V.getWidth() == Info.Ctx.getIntWidth(E->getType()) && in Success()
11157 == Info.Ctx.getIntWidth(E->getType())); in CheckReferencedDecl()
11167 Val = Val.extOrTrunc(Info.Ctx.getIntWidth(E->getType())); in CheckReferencedDecl()
12683 APSInt Value(Info.Ctx.getIntWidth(E->getType()), in VisitBinOp()
13229 APSInt Result = TrueResult.trunc(Info.Ctx.getIntWidth(E->getType())); in VisitBinaryOperator()
13491 Info.Ctx.getIntWidth(DestType), in VisitCastExpr()
15644 unsigned DestWidth = Ctx.getIntWidth(E->getType()); in CheckICE()