Home | History | Annotate | Download | only in Sema

Lines Matching refs:IntSize

3012   unsigned IntSize = Context.getTargetInfo().getIntWidth();
3013 return IntegerLiteral::Create(Context, llvm::APInt(IntSize, Val),
3244 unsigned IntSize = Context.getTargetInfo().getIntWidth();
3247 if (ResultVal.isIntN(IntSize)) {
3249 if (!Literal.isUnsigned && ResultVal[IntSize-1] == 0)
3253 Width = IntSize;