Lines Matching defs:MatchBSwaps
3860 collectBitParts(Value *V, bool MatchBSwaps, bool MatchBitReversals,
3887 const auto &A = collectBitParts(X, MatchBSwaps, MatchBitReversals, BPS,
3892 const auto &B = collectBitParts(Y, MatchBSwaps, MatchBitReversals, BPS,
3926 const auto &Res = collectBitParts(X, MatchBSwaps, MatchBitReversals, BPS,
3956 const auto &Res = collectBitParts(X, MatchBSwaps, MatchBitReversals, BPS,
3971 const auto &Res = collectBitParts(X, MatchBSwaps, MatchBitReversals, BPS,
3987 const auto &Res = collectBitParts(X, MatchBSwaps, MatchBitReversals, BPS,
4001 const auto &Res = collectBitParts(X, MatchBSwaps, MatchBitReversals, BPS,
4014 const auto &Res = collectBitParts(X, MatchBSwaps, MatchBitReversals, BPS,
4046 const auto &LHS = collectBitParts(X, MatchBSwaps, MatchBitReversals, BPS,
4051 const auto &RHS = collectBitParts(Y, MatchBSwaps, MatchBitReversals, BPS,
4097 Instruction *I, bool MatchBSwaps, bool MatchBitReversals,
4104 if (!MatchBSwaps && !MatchBitReversals)
4114 collectBitParts(I, MatchBSwaps, MatchBitReversals, BPS, 0, FoundRoot);
4142 bool OKForBSwap = MatchBSwaps && (DemandedBW % 16) == 0;