Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDDAGCombiner.cpp7562 static bool isBSwapHWordPair(SDValue N, MutableArrayRef<SDNode *> Parts) { in isBSwapHWordPair() function
7650 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()