Home | History | Annotate | Download | only in AArch64

Lines Matching refs:isN1ZExt

2157     bool isN1ZExt = isZeroExtended(N1, DAG);
2158 if (isN0ZExt && isN1ZExt)
2160 else if (isN1SExt || isN1ZExt) {
2166 } else if (isN1ZExt && isAddSubZExt(N0, DAG)) {