Home | History | Annotate | Download | only in AST

Lines Matching refs:getIntWidth

1342   unsigned DestWidth = Info.Ctx.getIntWidth(DestType);
1369 unsigned DestWidth = Info.Ctx.getIntWidth(DestType);
2530 Ctx.getIntWidth(T) >= Ctx.getIntWidth(Ctx.IntTy);
5526 assert(SI.getBitWidth() == Info.Ctx.getIntWidth(E->getType()) &&
5538 assert(I.getBitWidth() == Info.Ctx.getIntWidth(E->getType()) &&
5694 == Info.Ctx.getIntWidth(E->getType()));
5704 Val = Val.extOrTrunc(Info.Ctx.getIntWidth(E->getType()));
6339 APSInt Value(Info.Ctx.getIntWidth(E->getType()),
6579 APSInt Result = TrueResult.trunc(Info.Ctx.getIntWidth(E->getType()));
8344 unsigned DestWidth = Ctx.getIntWidth(E->getType());