Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp2611 static bool isAddSubZExt(SDNode *N, SelectionDAG &DAG) { in isAddSubZExt() function
2667 } else if (isN1ZExt && isAddSubZExt(N0, DAG)) { in LowerMUL()
2670 } else if (isN0ZExt && isAddSubZExt(N1, DAG)) { in LowerMUL()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp7354 static bool isAddSubZExt(SDNode *N, SelectionDAG &DAG) { in isAddSubZExt() function
7390 } else if (isN1ZExt && isAddSubZExt(N0, DAG)) { in LowerMUL()
7393 } else if (isN0ZExt && isAddSubZExt(N1, DAG)) { in LowerMUL()