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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp2831 static bool isAddSubSExt(SDNode *N, SelectionDAG &DAG) { function
2895 if (isN1SExt && isAddSubSExt(N0, DAG)) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp8548 static bool isAddSubSExt(SDNode *N, SelectionDAG &DAG) { function
8592 if (isN1SExt && isAddSubSExt(N0, DAG)) {

Completed in 181 milliseconds