Lines Matching refs:BPS
3772 std::map<Value *, std::optional<BitPart>> &BPS, int Depth, in collectBitParts() argument
3774 auto I = BPS.find(V); in collectBitParts()
3775 if (I != BPS.end()) in collectBitParts()
3778 auto &Result = BPS[V] = std::nullopt; in collectBitParts()
3798 const auto &A = collectBitParts(X, MatchBSwaps, MatchBitReversals, BPS, in collectBitParts()
3803 const auto &B = collectBitParts(Y, MatchBSwaps, MatchBitReversals, BPS, in collectBitParts()
3837 const auto &Res = collectBitParts(X, MatchBSwaps, MatchBitReversals, BPS, in collectBitParts()
3867 const auto &Res = collectBitParts(X, MatchBSwaps, MatchBitReversals, BPS, in collectBitParts()
3882 const auto &Res = collectBitParts(X, MatchBSwaps, MatchBitReversals, BPS, in collectBitParts()
3898 const auto &Res = collectBitParts(X, MatchBSwaps, MatchBitReversals, BPS, in collectBitParts()
3912 const auto &Res = collectBitParts(X, MatchBSwaps, MatchBitReversals, BPS, in collectBitParts()
3925 const auto &Res = collectBitParts(X, MatchBSwaps, MatchBitReversals, BPS, in collectBitParts()
3957 const auto &LHS = collectBitParts(X, MatchBSwaps, MatchBitReversals, BPS, in collectBitParts()
3962 const auto &RHS = collectBitParts(Y, MatchBSwaps, MatchBitReversals, BPS, in collectBitParts()
4023 std::map<Value *, std::optional<BitPart>> BPS; in recognizeBSwapOrBitReverseIdiom() local
4025 collectBitParts(I, MatchBSwaps, MatchBitReversals, BPS, 0, FoundRoot); in recognizeBSwapOrBitReverseIdiom()