Home | History | Annotate | Download | only in AST

Lines Matching refs:getIntWidth

1180   unsigned DestWidth = Info.Ctx.getIntWidth(DestType);
1207 unsigned DestWidth = Info.Ctx.getIntWidth(DestType);
3936 assert(SI.getBitWidth() == Info.Ctx.getIntWidth(E->getType()) &&
3948 assert(I.getBitWidth() == Info.Ctx.getIntWidth(E->getType()) &&
4104 == Info.Ctx.getIntWidth(E->getType()));
4114 Val = Val.extOrTrunc(Info.Ctx.getIntWidth(E->getType()));
5021 APSInt Result = TrueResult.trunc(Info.Ctx.getIntWidth(E->getType()));
6751 unsigned DestWidth = Ctx.getIntWidth(E->getType());