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

References

lib/Transforms/Scalar/SROA.cpp
  829     assert(II.getRawDest() == *U && "Pointer use is not the destination?");
  830     ConstantInt *Length = dyn_cast<ConstantInt>(II.getLength());
  834       return markAsDead(II);
  837       return PI.setAborted(&II);
  841     if (II.isVolatile() && II.getDestAddressSpace() != DL.getAllocaAddrSpace())
  841     if (II.isVolatile() && II.getDestAddressSpace() != DL.getAllocaAddrSpace())
  842       return PI.setAborted(&II);
  844     insertUse(II, Offset, Length ? Length->getLimitedValue()