Home | History | Annotate | Download | only in Sema

Lines Matching refs:extOrTrunc

12093     EnumVal = EnumVal.extOrTrunc(Context.getIntWidth(EltTy));
12539 InitVal = InitVal.extOrTrunc(NewWidth);