Home | History | Annotate | Download | only in Sema

Lines Matching refs:LongSize

3259         unsigned LongSize = Context.getTargetInfo().getLongWidth();
3262 if (ResultVal.isIntN(LongSize)) {
3264 if (!Literal.isUnsigned && ResultVal[LongSize-1] == 0)
3268 Width = LongSize;