Searched refs:isAddSubZExt (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp5228 static bool isAddSubZExt(SDNode *N, SelectionDAG &DAG) { function
5264 } else if (isN1ZExt && isAddSubZExt(N0, DAG)) {
5267 } else if (isN0ZExt && isAddSubZExt(N1, DAG)) {

Completed in 71 milliseconds