Lines Matching refs:LongLongTy
829 Context.getTypeSizeInChars(Context.LongLongTy)) {
833 : ImpCastExprToType(E, Context.LongLongTy, CK_IntegralCast).get();
834 assert(8 == Context.getTypeSizeInChars(Context.LongLongTy).getQuantity() &&
835 "Unexpected typesize for LongLongTy");
3984 Ty = Context.LongLongTy;
12137 assert(TypeSize == Context.getTypeSize(Context.LongLongTy) &&
12139 return Context.getExtVectorType(Context.LongLongTy, VTy->getNumElements());
12142 if (TypeSize == Context.getTypeSize(Context.LongLongTy))
12143 return Context.getVectorType(Context.LongLongTy, VTy->getNumElements(),
15748 Ty = Context.LongLongTy;