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

References

lib/Transforms/Scalar/SROA.cpp
 3962     IntegerType *Ty = cast<IntegerType>(LI->getType());
 3973     Value *LoadBasePtr = LI->getPointerOperand();
 3979     auto SplitLoadsMapI = SplitLoadsMap.find(LI);
 3986       LLVM_DEBUG(dbgs() << "          of load: " << *LI << "\n");
 3993       auto *LoadPartPtrTy = PartTy->getPointerTo(LI->getPointerAddressSpace());
 4001         IRB.SetInsertPoint(LI);
 4002         auto AS = LI->getPointerAddressSpace();
 4008             getAdjustedAlignment(LI, PartOffset, DL), /*IsVolatile*/ false,
 4009             LI->getName());
 4070     if (LI->hasOneUse()) {
 4071       assert(*LI->user_begin() == SI && "Single use isn't this store!");
 4072       DeadInsts.insert(LI);