Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp3670 static bool isAddSubZExt(SDNode *N, SelectionDAG &DAG) { in isAddSubZExt() function
3780 } else if (isN1ZExt && isAddSubZExt(N0, DAG)) { in LowerMUL()
3783 } else if (isN0ZExt && isAddSubZExt(N1, DAG)) { in LowerMUL()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp9250 static bool isAddSubZExt(SDNode *N, SelectionDAG &DAG) { in isAddSubZExt() function
9286 } else if (isN1ZExt && isAddSubZExt(N0, DAG)) { in LowerMUL()
9289 } else if (isN0ZExt && isAddSubZExt(N1, DAG)) { in LowerMUL()