Searched refs:isBSwapHWordElement (Results 1 – 1 of 1) sorted by relevance
7477 static bool isBSwapHWordElement(SDValue N, MutableArrayRef<SDNode *> Parts) { in isBSwapHWordElement() function7564 return isBSwapHWordElement(N.getOperand(0), Parts) && in isBSwapHWordPair()7565 isBSwapHWordElement(N.getOperand(1), Parts); in isBSwapHWordPair()7656 if (!isBSwapHWordElement(N1, Parts)) in MatchBSwapHWord()7660 if (!(isBSwapHWordElement(N01, Parts) && isBSwapHWordPair(N00, Parts)) && in MatchBSwapHWord()7661 !(isBSwapHWordElement(N00, Parts) && isBSwapHWordPair(N01, Parts))) in MatchBSwapHWord()