Lines Matching defs:MatchBitReversals
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,
3923 if (!MatchBitReversals && (BitShift.getZExtValue() % 8) != 0)
3926 const auto &Res = collectBitParts(X, MatchBSwaps, MatchBitReversals, BPS,
3953 if (!MatchBitReversals && (NumMaskedBits % 8) != 0)
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,
4042 if (!MatchBitReversals && (ModAmt % 8) != 0)
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);
4143 bool OKForBitReverse = MatchBitReversals;