Home | History | Annotate | Download | only in Sema

Lines Matching defs:IntSize

2858   unsigned IntSize = Context.getTargetInfo().getIntWidth();
2859 return Owned(IntegerLiteral::Create(Context, llvm::APInt(IntSize, Val),
3073 unsigned IntSize = Context.getTargetInfo().getIntWidth();
3076 if (ResultVal.isIntN(IntSize)) {
3078 if (!Literal.isUnsigned && ResultVal[IntSize-1] == 0)
3082 Width = IntSize;