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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp3089 bool isN0ZExt = isZeroExtended(N0, DAG); local
3091 if (isN0ZExt && isN1ZExt)
3102 } else if (isN0ZExt && isAddSubZExt(N1, DAG)) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp8888 bool isN0ZExt = isZeroExtended(N0, DAG); local
8890 if (isN0ZExt && isN1ZExt)
8901 } else if (isN0ZExt && isAddSubZExt(N1, DAG)) {

Completed in 146 milliseconds