Home | History | Annotate | Download | only in AST

Lines Matching refs:getIntWidth

1487   unsigned DestWidth = Info.Ctx.getIntWidth(DestType);
1514 unsigned DestWidth = Info.Ctx.getIntWidth(DestType);
2677 Ctx.getIntWidth(T) >= Ctx.getIntWidth(Ctx.IntTy);
5670 assert(SI.getBitWidth() == Info.Ctx.getIntWidth(E->getType()) &&
5682 assert(I.getBitWidth() == Info.Ctx.getIntWidth(E->getType()) &&
5830 == Info.Ctx.getIntWidth(E->getType()));
5840 Val = Val.extOrTrunc(Info.Ctx.getIntWidth(E->getType()));
6539 APSInt Value(Info.Ctx.getIntWidth(E->getType()),
6788 APSInt Result = TrueResult.trunc(Info.Ctx.getIntWidth(E->getType()));
8575 unsigned DestWidth = Ctx.getIntWidth(E->getType());