Home | History | Annotate | Download | only in AST

Lines Matching defs:DestWidth

1487   unsigned DestWidth = Info.Ctx.getIntWidth(DestType);
1491 Result = APSInt(DestWidth, !DestSigned);
1514 unsigned DestWidth = Info.Ctx.getIntWidth(DestType);
1518 Result = Result.extOrTrunc(DestWidth);
8575 unsigned DestWidth = Ctx.getIntWidth(E->getType());
8577 APSInt IgnoredVal(DestWidth, !DestSigned);