Home | History | Annotate | Download | only in Sema

Lines Matching refs:LongSize

2923         unsigned LongSize = Context.getTargetInfo().getLongWidth();
2926 if (ResultVal.isIntN(LongSize)) {
2928 if (!Literal.isUnsigned && ResultVal[LongSize-1] == 0)
2932 Width = LongSize;