Home | History | Annotate | Download | only in Sema

Lines Matching refs:IntTy

188     TheCall->setType(Context.IntTy);
192 TheCall->setType(Context.IntTy);
366 return Flags.isUnsigned() ? Context.UnsignedIntTy : Context.IntTy;
1113 Ty = Context.IntTy;
3058 if (ICE->getType() == S.Context.IntTy ||
3069 if (ExprTy == S.Context.IntTy)
3108 .Case("SInt32", S.Context.IntTy)