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

References

include/llvm/Analysis/ValueTracking.h
  258     return GetPointerBaseWithConstantOffset(const_cast<Value *>(Ptr), Offset, DL,
lib/Analysis/Lint.cpp
  462   if (Value *Base = GetPointerBaseWithConstantOffset(Ptr, Offset, *DL)) {
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 6595       if (GetPointerBaseWithConstantOffset(
 6799     auto *Base = dyn_cast<GlobalObject>(GetPointerBaseWithConstantOffset(
 6813       auto *ElemBase = dyn_cast<GlobalObject>(GetPointerBaseWithConstantOffset(
lib/Target/AMDGPU/AMDGPULowerKernelAttributes.cpp
  101     if (GetPointerBaseWithConstantOffset(U, Offset, DL) != CI)
lib/Transforms/IPO/LowerTypeTests.cpp
 2025         auto *Base = dyn_cast<GlobalObject>(GetPointerBaseWithConstantOffset(
lib/Transforms/Utils/VNCoercion.cpp
  174       GetPointerBaseWithConstantOffset(WritePtr, StoreOffset, DL);
  175   Value *LoadBase = GetPointerBaseWithConstantOffset(LoadPtr, LoadOffset, DL);
  267       GetPointerBaseWithConstantOffset(LoadPtr, LoadOffs, DL);
unittests/IR/InstructionsTest.cpp
  363   GetPointerBaseWithConstantOffset(Gep0, Offset, TD);
  364   GetPointerBaseWithConstantOffset(Gep1, Offset, TD);
  365   GetPointerBaseWithConstantOffset(Gep2, Offset, TD);
  366   GetPointerBaseWithConstantOffset(Gep3, Offset, TD);