Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:TA

1213   LegalizeTypeAction TA = getTypeAction(Context, VT);
1214 if (NumElts != 1 && (TA == TypeWidenVector || TA == TypePromoteInteger)) {