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

References

lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp
  334     if (isa<AllocaInst>(User) &&
  335         LI->getPointerOperandType() == User->getType() &&
  347     if (isa<AllocaInst>(User) &&
  348         SI->getPointerOperandType() == User->getType() &&
  351     return (SI->getPointerOperand() == User) && isa<GetElementPtrInst>(User) && SI->isSimple();
  351     return (SI->getPointerOperand() == User) && isa<GetElementPtrInst>(User) && SI->isSimple();