Lines Matching refs:isAddSubZExt
2130 static bool isAddSubZExt(SDNode *N, SelectionDAG &DAG) {2166 } else if (isN1ZExt && isAddSubZExt(N0, DAG)) {2169 } else if (isN0ZExt && isAddSubZExt(N1, DAG)) {