Searched refs:BitPart (Results 1 – 1 of 1) sorted by relevance
2836 struct BitPart { struct2837 BitPart(Value *P, unsigned BW) : Provider(P) { in BitPart() argument2880 static const Optional<BitPart> &2882 std::map<Value *, Optional<BitPart>> &BPS, int Depth, in collectBitParts()2919 Result = BitPart(A->Provider, BitWidth); in collectBitParts()2921 if (A->Provenance[BitIdx] != BitPart::Unset && in collectBitParts()2922 B->Provenance[BitIdx] != BitPart::Unset && in collectBitParts()2926 if (A->Provenance[BitIdx] == BitPart::Unset) in collectBitParts()2957 P.insert(P.begin(), BitShift.getZExtValue(), BitPart::Unset); in collectBitParts()2960 P.insert(P.end(), BitShift.getZExtValue(), BitPart::Unset); in collectBitParts()[all …]