Home | History | Annotate | Download | only in TableGen

Lines Matching refs:ThisTy

1348     Type ThisTy = getReturnType();
1350 ThisTy = getParamType(0);
1351 if (ThisTy.isPointer())
1352 ThisTy = getParamType(1);
1354 S += utostr(ThisTy.getNeonEnum());