Home | History | Annotate | Download | only in Sema

Lines Matching full:longsize

3088         unsigned LongSize = Context.getTargetInfo().getLongWidth();
3091 if (ResultVal.isIntN(LongSize)) {
3093 if (!Literal.isUnsigned && ResultVal[LongSize-1] == 0)
3097 Width = LongSize;