Home
last modified time | relevance | path

Searched refs:isEssentiallyExtractHighSubvector (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp16981 static bool isEssentiallyExtractHighSubvector(SDValue N) { in isEssentiallyExtractHighSubvector() function
17341 if (isEssentiallyExtractHighSubvector(LHS.getOperand(0))) { in performAddSubLongCombine()
17347 } else if (isEssentiallyExtractHighSubvector(RHS.getOperand(0))) { in performAddSubLongCombine()
17657 if (isEssentiallyExtractHighSubvector(LHS)) { in tryCombineLongOpWithDup()
17661 } else if (isEssentiallyExtractHighSubvector(RHS)) { in tryCombineLongOpWithDup()