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

References

lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
  405           Copy->getSource(), AI.getAlignment(), DL, &AI, &AC, &DT);
  407           isDereferenceableForAllocaSize(Copy->getSource(), &AI, DL)) {
  409         LLVM_DEBUG(dbgs() << "  memcpy = " << *Copy << '\n');
  412         Constant *TheSrc = cast<Constant>(Copy->getSource());
  421           eraseInstFromFunction(*Copy);