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

References

lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
 1529     OtherStore = dyn_cast<StoreInst>(BBI);
 1530     if (!OtherStore || OtherStore->getOperand(1) != SI.getOperand(1) ||
 1530     if (!OtherStore || OtherStore->getOperand(1) != SI.getOperand(1) ||
 1531         !SI.isSameOperationAs(OtherStore))
 1545       if ((OtherStore = dyn_cast<StoreInst>(BBI))) {
 1546         if (OtherStore->getOperand(1) != SI.getOperand(1) ||
 1547             !SI.isSameOperationAs(OtherStore))
 1568   Value *MergedVal = OtherStore->getOperand(0);
 1571                                                      OtherStore->getDebugLoc());
 1575     PN->addIncoming(OtherStore->getOperand(0), OtherBB);
 1592     OtherStore->getAAMetadata(AATags, /* Merge = */ true);
 1598   eraseInstFromFunction(*OtherStore);