Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp23654 SDValue ExtractLow; in tryCombineMULLWithUZP1() local
23715 ExtractLow.setNode(User); in tryCombineMULLWithUZP1()
23718 if (!ExtractLow || !ExtractLow->hasOneUse()) in tryCombineMULLWithUZP1()
23723 SDNode *ExtractLowUser = *ExtractLow.getNode()->use_begin(); in tryCombineMULLWithUZP1()
23727 if (ExtractLowUser->getOperand(0) == ExtractLow) { in tryCombineMULLWithUZP1()
23770 UZP1, ExtractLow.getOperand(1)); in tryCombineMULLWithUZP1()