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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp2842 static bool isAddSubZExt(SDNode *N, SelectionDAG &DAG) { function
2898 } else if (isN1ZExt && isAddSubZExt(N0, DAG)) {
2901 } else if (isN0ZExt && isAddSubZExt(N1, DAG)) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp8559 static bool isAddSubZExt(SDNode *N, SelectionDAG &DAG) { function
8595 } else if (isN1ZExt && isAddSubZExt(N0, DAG)) {
8598 } else if (isN0ZExt && isAddSubZExt(N1, DAG)) {

Completed in 361 milliseconds