Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:MatchBSwap

1376 /// MatchBSwap - Given an OR instruction, check to see if this is a bswap idiom.
1378 Instruction *InstCombiner::MatchBSwap(BinaryOperator &I) {
1774 if (Instruction *BSwap = MatchBSwap(I))