Lines Matching defs:Unset
3738 enum { Unset = -1 };
3811 if (A->Provenance[BitIdx] != BitPart::Unset &&
3812 B->Provenance[BitIdx] != BitPart::Unset &&
3816 if (A->Provenance[BitIdx] == BitPart::Unset)
3847 P.insert(P.begin(), BitShift.getZExtValue(), BitPart::Unset);
3850 P.insert(P.end(), BitShift.getZExtValue(), BitPart::Unset);
3876 Result->Provenance[BitIdx] = BitPart::Unset;
3892 Result->Provenance[BitIdx] = BitPart::Unset;
4030 [](int8_t I) { return I == BitPart::Unset || 0 <= I; }) &&
4035 if (BitProvenance.back() == BitPart::Unset) {
4036 while (!BitProvenance.empty() && BitProvenance.back() == BitPart::Unset)
4057 if (BitProvenance[BitIdx] == BitPart::Unset) {