Home | History | Annotate | Download | only in Sema

Lines Matching refs:getIntWidth

401     const unsigned FromWidth = Ctx.getIntWidth(FromType);
403 const unsigned ToWidth = Ctx.getIntWidth(ToType);
6697 unsigned LW = S.Context.getIntWidth(LT),
6698 RW = S.Context.getIntWidth(RT);