Searched refs:ExtractLowUser (Results 1 – 1 of 1) sorted by relevance
25139 SDNode *ExtractLowUser = *ExtractLow.getNode()->use_begin(); in tryCombineMULLWithUZP1() local25140 if (ExtractLowUser->getOpcode() != N->getOpcode()) { in tryCombineMULLWithUZP1()25143 if (ExtractLowUser->getOperand(0) == ExtractLow) { in tryCombineMULLWithUZP1()25144 if (ExtractLowUser->getOperand(1).getOpcode() == ISD::TRUNCATE) in tryCombineMULLWithUZP1()25145 TruncLow = ExtractLowUser->getOperand(1); in tryCombineMULLWithUZP1()25149 if (ExtractLowUser->getOperand(0).getOpcode() == ISD::TRUNCATE) in tryCombineMULLWithUZP1()25150 TruncLow = ExtractLowUser->getOperand(0); in tryCombineMULLWithUZP1()