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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp2889 bool isN1ZExt = isZeroExtended(N1, DAG); local
2890 if (isN0ZExt && isN1ZExt)
2892 else if (isN1SExt || isN1ZExt) {
2898 } else if (isN1ZExt && isAddSubZExt(N0, DAG)) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp8586 bool isN1ZExt = isZeroExtended(N1, DAG); local
8587 if (isN0ZExt && isN1ZExt)
8589 else if (isN1SExt || isN1ZExt) {
8595 } else if (isN1ZExt && isAddSubZExt(N0, DAG)) {

Completed in 178 milliseconds