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

References

tools/polly/lib/Analysis/ScopBuilder.cpp
 1394   Value *Address = Inst.getPointerOperand();
 1460   Value *Slot = Inst.getPointerOperand();
 1603   Value *Address = Inst.getPointerOperand();
 1677   Value *Address = Inst.getPointerOperand();
 1843   Value *Address = Inst.getPointerOperand();
 3374         PtrToAcc[Acc.getPointerOperand()] = MA;
tools/polly/lib/Analysis/ScopDetection.cpp
 1182   Value *Ptr = Inst.getPointerOperand();
tools/polly/lib/Analysis/ScopInfo.cpp
  734   Value *Ptr = MAI.getPointerOperand();
tools/polly/lib/CodeGen/BlockGenerators.cpp
  262       Inst.isNull() ? nullptr : Inst.getPointerOperand(), BBMap, LTS,
tools/polly/lib/CodeGen/IRBuilder.cpp
  156   return MemInst.getPointerOperand();
tools/polly/lib/CodeGen/IslNodeBuilder.cpp
 1059           auto Address = MemInst ? MemInst.getPointerOperand() : nullptr;