Searched refs:BitPart (Results 1 – 1 of 1) sorted by relevance
3818 struct BitPart { struct3819 BitPart(Value *P, unsigned BW) : Provider(P) { in BitPart() argument3862 static const std::optional<BitPart> &3864 std::map<Value *, std::optional<BitPart>> &BPS, int Depth, in collectBitParts()3901 Result = BitPart(A->Provider, BitWidth); in collectBitParts()3903 if (A->Provenance[BitIdx] != BitPart::Unset && in collectBitParts()3904 B->Provenance[BitIdx] != BitPart::Unset && in collectBitParts()3908 if (A->Provenance[BitIdx] == BitPart::Unset) in collectBitParts()3939 P.insert(P.begin(), BitShift.getZExtValue(), BitPart::Unset); in collectBitParts()3942 P.insert(P.end(), BitShift.getZExtValue(), BitPart::Unset); in collectBitParts()[all …]