Home | History | Annotate | Download | only in ARM

Lines Matching refs:isN1ZExt

4636     bool isN1ZExt = isZeroExtended(N1, DAG);
4637 if (isN0ZExt && isN1ZExt)
4639 else if (isN1SExt || isN1ZExt) {
4645 } else if (isN1ZExt && isAddSubZExt(N0, DAG)) {