Searched refs:isBSwapHWordPair (Results 1 – 1 of 1) sorted by relevance
7562 static bool isBSwapHWordPair(SDValue N, MutableArrayRef<SDNode *> Parts) { in isBSwapHWordPair() function7650 if (isBSwapHWordPair(N0, Parts)) { in MatchBSwapHWord()7652 if (!isBSwapHWordPair(N1, Parts)) in MatchBSwapHWord()7660 if (!(isBSwapHWordElement(N01, Parts) && isBSwapHWordPair(N00, Parts)) && in MatchBSwapHWord()7661 !(isBSwapHWordElement(N00, Parts) && isBSwapHWordPair(N01, Parts))) in MatchBSwapHWord()