Home | History | Annotate | Download | only in AArch64

Lines Matching refs:isN0ZExt

2156     bool isN0ZExt = isZeroExtended(N0, DAG);
2158 if (isN0ZExt && isN1ZExt)
2169 } else if (isN0ZExt && isAddSubZExt(N1, DAG)) {