Home | History | Annotate | Download | only in Sema

Lines Matching refs:getIntWidth

383     const unsigned FromWidth = Ctx.getIntWidth(FromType);
385 const unsigned ToWidth = Ctx.getIntWidth(ToType);
7241 unsigned LW = S.Context.getIntWidth(LT),
7242 RW = S.Context.getIntWidth(RT);