Home | History | Annotate | Download | only in AST

Lines Matching defs:DestWidth

1584   unsigned DestWidth = Info.Ctx.getIntWidth(DestType);
1588 Result = APSInt(DestWidth, !DestSigned);
1611 unsigned DestWidth = Info.Ctx.getIntWidth(DestType);
1615 Result = Result.extOrTrunc(DestWidth);
9319 unsigned DestWidth = Ctx.getIntWidth(E->getType());
9321 APSInt IgnoredVal(DestWidth, !DestSigned);