Home | History | Annotate | Download | only in ARM

Lines Matching refs:isAddSubZExt

6341 static bool isAddSubZExt(SDNode *N, SelectionDAG &DAG) {
6377 } else if (isN1ZExt && isAddSubZExt(N0, DAG)) {
6380 } else if (isN0ZExt && isAddSubZExt(N1, DAG)) {