Home | History | Annotate | Download | only in AST

Lines Matching refs:getIntWidth

1584   unsigned DestWidth = Info.Ctx.getIntWidth(DestType);
1611 unsigned DestWidth = Info.Ctx.getIntWidth(DestType);
2848 Ctx.getIntWidth(T) >= Ctx.getIntWidth(Ctx.IntTy);
6012 assert(SI.getBitWidth() == Info.Ctx.getIntWidth(E->getType()) &&
6024 assert(I.getBitWidth() == Info.Ctx.getIntWidth(E->getType()) &&
6169 == Info.Ctx.getIntWidth(E->getType()));
6179 Val = Val.extOrTrunc(Info.Ctx.getIntWidth(E->getType()));
7134 APSInt Value(Info.Ctx.getIntWidth(E->getType()),
7410 APSInt Result = TrueResult.trunc(Info.Ctx.getIntWidth(E->getType()));
9319 unsigned DestWidth = Ctx.getIntWidth(E->getType());