Lines Matching defs:MatchBitReversals
3771 collectBitParts(Value *V, bool MatchBSwaps, bool MatchBitReversals,
3798 const auto &A = collectBitParts(X, MatchBSwaps, MatchBitReversals, BPS,
3803 const auto &B = collectBitParts(Y, MatchBSwaps, MatchBitReversals, BPS,
3834 if (!MatchBitReversals && (BitShift.getZExtValue() % 8) != 0)
3837 const auto &Res = collectBitParts(X, MatchBSwaps, MatchBitReversals, BPS,
3864 if (!MatchBitReversals && (NumMaskedBits % 8) != 0)
3867 const auto &Res = collectBitParts(X, MatchBSwaps, MatchBitReversals, BPS,
3882 const auto &Res = collectBitParts(X, MatchBSwaps, MatchBitReversals, BPS,
3898 const auto &Res = collectBitParts(X, MatchBSwaps, MatchBitReversals, BPS,
3912 const auto &Res = collectBitParts(X, MatchBSwaps, MatchBitReversals, BPS,
3925 const auto &Res = collectBitParts(X, MatchBSwaps, MatchBitReversals, BPS,
3953 if (!MatchBitReversals && (ModAmt % 8) != 0)
3957 const auto &LHS = collectBitParts(X, MatchBSwaps, MatchBitReversals, BPS,
3962 const auto &RHS = collectBitParts(Y, MatchBSwaps, MatchBitReversals, BPS,
4008 Instruction *I, bool MatchBSwaps, bool MatchBitReversals,
4015 if (!MatchBSwaps && !MatchBitReversals)
4025 collectBitParts(I, MatchBSwaps, MatchBitReversals, BPS, 0, FoundRoot);
4054 bool OKForBitReverse = MatchBitReversals;