Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp23723 SDNode *ExtractLowUser = *ExtractLow.getNode()->use_begin(); in tryCombineMULLWithUZP1() local
23724 if (ExtractLowUser->getOpcode() != N->getOpcode()) { in tryCombineMULLWithUZP1()
23727 if (ExtractLowUser->getOperand(0) == ExtractLow) { in tryCombineMULLWithUZP1()
23728 if (ExtractLowUser->getOperand(1).getOpcode() == ISD::TRUNCATE) in tryCombineMULLWithUZP1()
23729 TruncLow = ExtractLowUser->getOperand(1); in tryCombineMULLWithUZP1()
23733 if (ExtractLowUser->getOperand(0).getOpcode() == ISD::TRUNCATE) in tryCombineMULLWithUZP1()
23734 TruncLow = ExtractLowUser->getOperand(0); in tryCombineMULLWithUZP1()