Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp4261 static bool isAddSubZExt(SDNode *N, SelectionDAG &DAG) { in isAddSubZExt() function
4371 } else if (isN1ZExt && isAddSubZExt(N0, DAG)) { in LowerMUL()
4374 } else if (isN0ZExt && isAddSubZExt(N1, DAG)) { in LowerMUL()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp9456 static bool isAddSubZExt(SDNode *N, SelectionDAG &DAG) { in isAddSubZExt() function
9492 } else if (isN1ZExt && isAddSubZExt(N0, DAG)) { in LowerMUL()
9495 } else if (isN0ZExt && isAddSubZExt(N1, DAG)) { in LowerMUL()