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

References

lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
  637   if (!LI.isSimple())
  640   Type *T = LI.getType();
  644   StringRef Name = LI.getName();
  645   assert(LI.getAlignment() && "Alignment must be set at this point");
  651       LoadInst *NewLoad = combineLoadToNewType(IC, LI, ST->getTypeAtIndex(0U),
  654       LI.getAAMetadata(AAMD);
  656       return IC.replaceInstUsesWith(LI, IC.Builder.CreateInsertValue(
  667     auto Align = LI.getAlignment();
  671     auto *Addr = LI.getPointerOperand();
  688       LI.getAAMetadata(AAMD);
  694     return IC.replaceInstUsesWith(LI, V);
  701       LoadInst *NewLoad = combineLoadToNewType(IC, LI, ET, ".unpack");
  703       LI.getAAMetadata(AAMD);
  705       return IC.replaceInstUsesWith(LI, IC.Builder.CreateInsertValue(
  718     auto Align = LI.getAlignment();
  722     auto *Addr = LI.getPointerOperand();
  738       LI.getAAMetadata(AAMD);
  745     return IC.replaceInstUsesWith(LI, V);