Home | History | Annotate | Download | only in AST

Lines Matching refs:getIntWidth

1173   unsigned DestWidth = Info.Ctx.getIntWidth(DestType);
1200 unsigned DestWidth = Info.Ctx.getIntWidth(DestType);
3981 assert(SI.getBitWidth() == Info.Ctx.getIntWidth(E->getType()) &&
3993 assert(I.getBitWidth() == Info.Ctx.getIntWidth(E->getType()) &&
4149 == Info.Ctx.getIntWidth(E->getType()));
4159 Val = Val.extOrTrunc(Info.Ctx.getIntWidth(E->getType()));
5031 APSInt Result = TrueResult.trunc(Info.Ctx.getIntWidth(E->getType()));
6737 unsigned DestWidth = Ctx.getIntWidth(E->getType());