Home | History | Annotate | Download | only in Sema

Lines Matching refs:IntTy

476   llvm::APInt oneV(S.Context.getTypeSize(S.Context.IntTy), 1);
477 Expr *one = IntegerLiteral::Create(S.Context, oneV, S.Context.IntTy,