reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Utils/Local.cpp
 2699       if (!A || !B)
 2703       if (!A->Provider || A->Provider != B->Provider)
 2703       if (!A->Provider || A->Provider != B->Provider)
 2706       Result = BitPart(A->Provider, BitWidth);
 2707       for (unsigned i = 0; i < A->Provenance.size(); ++i) {
 2708         if (A->Provenance[i] != BitPart::Unset &&
 2710             A->Provenance[i] != B->Provenance[i])
 2713         if (A->Provenance[i] == BitPart::Unset)
 2716           Result->Provenance[i] = A->Provenance[i];