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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp2888 bool isN0ZExt = isZeroExtended(N0, DAG); local
2890 if (isN0ZExt && isN1ZExt)
2901 } else if (isN0ZExt && isAddSubZExt(N1, DAG)) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp8585 bool isN0ZExt = isZeroExtended(N0, DAG); local
8587 if (isN0ZExt && isN1ZExt)
8598 } else if (isN0ZExt && isAddSubZExt(N1, DAG)) {

Completed in 209 milliseconds