Searched refs:BitPart (Results 1 – 1 of 1) sorted by relevance
2574 struct BitPart { struct2575 BitPart(Value *P, unsigned BW) : Provider(P) { in BitPart() argument2614 static const Optional<BitPart> &2638 Result = BitPart(A->Provider, BitWidth); in collectBitParts()2640 if (A->Provenance[i] != BitPart::Unset && in collectBitParts()2641 B->Provenance[i] != BitPart::Unset && in collectBitParts()2645 if (A->Provenance[i] == BitPart::Unset) in collectBitParts()2714 Result = BitPart(Res->Provider, BitWidth); in collectBitParts()2720 Result->Provenance[i] = BitPart::Unset; in collectBitParts()2727 Result = BitPart(V, BitWidth); in collectBitParts()[all …]