Searched refs:Provenance (Results 1 – 2 of 2) sorted by relevance
1710 Provenance.resize(BW); in BitPart()1717 SmallVector<int8_t, 32> Provenance; // int8_t means max size is i128. member1771 for (unsigned i = 0; i < A->Provenance.size(); ++i) { in collectBitParts()1772 if (A->Provenance[i] != BitPart::Unset && in collectBitParts()1773 B->Provenance[i] != BitPart::Unset && in collectBitParts()1774 A->Provenance[i] != B->Provenance[i]) in collectBitParts()1777 if (A->Provenance[i] == BitPart::Unset) in collectBitParts()1778 Result->Provenance[i] = B->Provenance[i]; in collectBitParts()1780 Result->Provenance[i] = A->Provenance[i]; in collectBitParts()1801 auto &P = Result->Provenance; in collectBitParts()[all …]
2463 Provenance.resize(BW); in BitPart()2471 SmallVector<int8_t, 32> Provenance; // int8_t means max size is i128. member2526 for (unsigned i = 0; i < A->Provenance.size(); ++i) { in collectBitParts()2527 if (A->Provenance[i] != BitPart::Unset && in collectBitParts()2528 B->Provenance[i] != BitPart::Unset && in collectBitParts()2529 A->Provenance[i] != B->Provenance[i]) in collectBitParts()2532 if (A->Provenance[i] == BitPart::Unset) in collectBitParts()2533 Result->Provenance[i] = B->Provenance[i]; in collectBitParts()2535 Result->Provenance[i] = A->Provenance[i]; in collectBitParts()2556 auto &P = Result->Provenance; in collectBitParts()[all …]