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

References

lib/Transforms/Scalar/SROA.cpp
 3417     if (!SI.isSimple() || SI.getPointerOperand() != *U)
 3417     if (!SI.isSimple() || SI.getPointerOperand() != *U)
 3419     Value *V = SI.getValueOperand();
 3424     LLVM_DEBUG(dbgs() << "    original: " << SI << "\n");
 3426     SI.getAAMetadata(AATags);
 3427     StoreOpSplitter Splitter(&SI, *U, V->getType(), AATags,
 3428                              getAdjustedAlignment(&SI, 0, DL), DL);
 3430     SI.eraseFromParent();