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

References

lib/Analysis/MemoryDependenceAnalysis.cpp
  257       GetPointerBaseWithConstantOffset(LI->getPointerOperand(), LIOffs, DL);
lib/Target/AMDGPU/AMDGPUPerfHintAnalysis.cpp
  243         auto *Ptr = GetPointerBaseWithConstantOffset(GEP, AM.BaseOffs, *DL);
  338   MAI.Base = GetPointerBaseWithConstantOffset(MO, MAI.Offset, *DL);
lib/Transforms/IPO/Attributor.cpp
  311   return GetPointerBaseWithConstantOffset(Ptr, BytesOffset, DL,
 1564           GetPointerBaseWithConstantOffset(UseV, Offset, DL,
lib/Transforms/Scalar/DeadStoreElimination.cpp
  392   const Value *BP1 = GetPointerBaseWithConstantOffset(P1, EarlierOff, DL);
  393   const Value *BP2 = GetPointerBaseWithConstantOffset(P2, LaterOff, DL);
 1014     GetPointerBaseWithConstantOffset(Ptr, EarlierStart, DL);