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

References

lib/CodeGen/SelectionDAG/SelectionDAGAddressAnalysis.cpp
   26   if (!Base.getNode() || !Other.Base.getNode())
   28   if (!hasValidOffset() || !Other.hasValidOffset())
   31   Off = *Other.Offset - *Offset;
   33   if ((Other.Index == Index) && (Other.IsIndexSignExt == IsIndexSignExt)) {
   33   if ((Other.Index == Index) && (Other.IsIndexSignExt == IsIndexSignExt)) {
   35     if (Other.Base == Base)
   40       if (auto *B = dyn_cast<GlobalAddressSDNode>(Other.Base))
   48       if (auto *B = dyn_cast<ConstantPoolSDNode>(Other.Base)) {
   67       if (auto *B = dyn_cast<FrameIndexSDNode>(Other.Base)) {