Home | History | Annotate | Download | only in ARM

Lines Matching refs:isN1ZExt

6368     bool isN1ZExt = isZeroExtended(N1, DAG);
6369 if (isN0ZExt && isN1ZExt)
6371 else if (isN1SExt || isN1ZExt) {
6377 } else if (isN1ZExt && isAddSubZExt(N0, DAG)) {