Lines Matching refs:getIntWidth
2636 unsigned DestWidth = Info.Ctx.getIntWidth(DestType); in HandleFloatToIntCast()
2717 unsigned DestWidth = Info.Ctx.getIntWidth(DestType); in HandleIntToIntCast()
3043 APSInt EltResult{Info.Ctx.getIntWidth(EltTy), in handleVectorVectorBinOp()
7275 unsigned IntWidth = Info.Ctx.getIntWidth(QualType(T, 0)); in visit()
9373 unsigned SrcWidth = Info.Ctx.getIntWidth(ForType); in getAlignmentArgument()
10852 APSInt EltResult{Ctx.getIntWidth(ResultTy), in handleVectorUnaryOperator()
11267 assert(SI.getBitWidth() == Info.Ctx.getIntWidth(E->getType()) && in Success()
11279 assert(I.getBitWidth() == Info.Ctx.getIntWidth(E->getType()) && in Success()
11420 assert(V.getWidth() == Info.Ctx.getIntWidth(E->getType()) && in Success()
11518 == Info.Ctx.getIntWidth(E->getType())); in CheckReferencedDecl()
11528 Val = Val.extOrTrunc(Info.Ctx.getIntWidth(E->getType())); in CheckReferencedDecl()
13090 APSInt Value(Info.Ctx.getIntWidth(E->getType()), in VisitBinOp()
13672 APSInt Result = TrueResult.trunc(Info.Ctx.getIntWidth(E->getType())); in VisitBinaryOperator()
13958 Info.Ctx.getIntWidth(DestType), in VisitCastExpr()
16268 unsigned DestWidth = Ctx.getIntWidth(E->getType()); in CheckICE()