Lines Matching refs:BPS
3666 std::map<Value *, std::optional<BitPart>> &BPS, int Depth, in collectBitParts() argument
3668 auto I = BPS.find(V); in collectBitParts()
3669 if (I != BPS.end()) in collectBitParts()
3672 auto &Result = BPS[V] = std::nullopt; in collectBitParts()
3692 const auto &A = collectBitParts(X, MatchBSwaps, MatchBitReversals, BPS, in collectBitParts()
3697 const auto &B = collectBitParts(Y, MatchBSwaps, MatchBitReversals, BPS, in collectBitParts()
3731 const auto &Res = collectBitParts(X, MatchBSwaps, MatchBitReversals, BPS, in collectBitParts()
3761 const auto &Res = collectBitParts(X, MatchBSwaps, MatchBitReversals, BPS, in collectBitParts()
3776 const auto &Res = collectBitParts(X, MatchBSwaps, MatchBitReversals, BPS, in collectBitParts()
3792 const auto &Res = collectBitParts(X, MatchBSwaps, MatchBitReversals, BPS, in collectBitParts()
3806 const auto &Res = collectBitParts(X, MatchBSwaps, MatchBitReversals, BPS, in collectBitParts()
3819 const auto &Res = collectBitParts(X, MatchBSwaps, MatchBitReversals, BPS, in collectBitParts()
3851 const auto &LHS = collectBitParts(X, MatchBSwaps, MatchBitReversals, BPS, in collectBitParts()
3856 const auto &RHS = collectBitParts(Y, MatchBSwaps, MatchBitReversals, BPS, in collectBitParts()
3917 std::map<Value *, std::optional<BitPart>> BPS; in recognizeBSwapOrBitReverseIdiom() local
3919 collectBitParts(I, MatchBSwaps, MatchBitReversals, BPS, 0, FoundRoot); in recognizeBSwapOrBitReverseIdiom()