Lines Matching defs:Unset
3827 enum { Unset = -1 };
3900 if (A->Provenance[BitIdx] != BitPart::Unset &&
3901 B->Provenance[BitIdx] != BitPart::Unset &&
3905 if (A->Provenance[BitIdx] == BitPart::Unset)
3936 P.insert(P.begin(), BitShift.getZExtValue(), BitPart::Unset);
3939 P.insert(P.end(), BitShift.getZExtValue(), BitPart::Unset);
3965 Result->Provenance[BitIdx] = BitPart::Unset;
3981 Result->Provenance[BitIdx] = BitPart::Unset;
4119 [](int8_t I) { return I == BitPart::Unset || 0 <= I; }) &&
4124 if (BitProvenance.back() == BitPart::Unset) {
4125 while (!BitProvenance.empty() && BitProvenance.back() == BitPart::Unset)
4146 if (BitProvenance[BitIdx] == BitPart::Unset) {