Home | History | Annotate | Download | only in Sema

Lines Matching refs:getIntWidth

392     const unsigned FromWidth = Ctx.getIntWidth(FromType);
394 const unsigned ToWidth = Ctx.getIntWidth(ToType);
6574 unsigned LW = S.Context.getIntWidth(LT),
6575 RW = S.Context.getIntWidth(RT);