Searched refs:BitPart (Results 1 – 1 of 1) sorted by relevance
2653 struct BitPart { struct2654 BitPart(Value *P, unsigned BW) : Provider(P) { in BitPart() argument2693 static const Optional<BitPart> &2695 std::map<Value *, Optional<BitPart>> &BPS, int Depth) { in collectBitParts()2723 Result = BitPart(A->Provider, BitWidth); in collectBitParts()2725 if (A->Provenance[i] != BitPart::Unset && in collectBitParts()2726 B->Provenance[i] != BitPart::Unset && in collectBitParts()2730 if (A->Provenance[i] == BitPart::Unset) in collectBitParts()2757 P.insert(P.begin(), BitShift, BitPart::Unset); in collectBitParts()2760 P.insert(P.end(), BitShift, BitPart::Unset); in collectBitParts()[all …]