Lines Matching refs:BitPart

3620 struct BitPart {  struct
3621 BitPart(Value *P, unsigned BW) : Provider(P) { in BitPart() argument
3664 static const std::optional<BitPart> &
3666 std::map<Value *, std::optional<BitPart>> &BPS, int Depth, in collectBitParts()
3703 Result = BitPart(A->Provider, BitWidth); in collectBitParts()
3705 if (A->Provenance[BitIdx] != BitPart::Unset && in collectBitParts()
3706 B->Provenance[BitIdx] != BitPart::Unset && in collectBitParts()
3710 if (A->Provenance[BitIdx] == BitPart::Unset) in collectBitParts()
3741 P.insert(P.begin(), BitShift.getZExtValue(), BitPart::Unset); in collectBitParts()
3744 P.insert(P.end(), BitShift.getZExtValue(), BitPart::Unset); in collectBitParts()
3770 Result->Provenance[BitIdx] = BitPart::Unset; in collectBitParts()
3781 Result = BitPart(Res->Provider, BitWidth); in collectBitParts()
3786 Result->Provenance[BitIdx] = BitPart::Unset; in collectBitParts()
3797 Result = BitPart(Res->Provider, BitWidth); in collectBitParts()
3811 Result = BitPart(Res->Provider, BitWidth); in collectBitParts()
3825 Result = BitPart(Res->Provider, BitWidth); in collectBitParts()
3862 Result = BitPart(LHS->Provider, BitWidth); in collectBitParts()
3879 Result = BitPart(V, BitWidth); in collectBitParts()
3917 std::map<Value *, std::optional<BitPart>> BPS; in recognizeBSwapOrBitReverseIdiom()
3924 [](int8_t I) { return I == BitPart::Unset || 0 <= I; }) && in recognizeBSwapOrBitReverseIdiom()
3929 if (BitProvenance.back() == BitPart::Unset) { in recognizeBSwapOrBitReverseIdiom()
3930 while (!BitProvenance.empty() && BitProvenance.back() == BitPart::Unset) in recognizeBSwapOrBitReverseIdiom()
3951 if (BitProvenance[BitIdx] == BitPart::Unset) { in recognizeBSwapOrBitReverseIdiom()