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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp3029 static bool isAddSubSExt(SDNode *N, SelectionDAG &DAG) { function
3096 if (isN1SExt && isAddSubSExt(N0, DAG)) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp8851 static bool isAddSubSExt(SDNode *N, SelectionDAG &DAG) { function
8895 if (isN1SExt && isAddSubSExt(N0, DAG)) {

Completed in 258 milliseconds