Lines Matching defs:LastStore
741 auto &LastStore = StoreMI;
746 if (!mi_match(LastStore.getPointerReg(), *MRI,
748 BaseReg = LastStore.getPointerReg();
752 GStore *LowestIdxStore = &LastStore;
756 auto LowestShiftAmt = getTruncStoreByteOffset(LastStore, WideSrcVal, *MRI);
770 FoundStores.emplace_back(&LastStore);
774 for (auto II = ++LastStore.getReverseIterator();
775 II != LastStore.getParent()->rend() && NumInstsChecked < MaxInstsToCheck;
832 const auto &DL = LastStore.getMF()->getDataLayout();
833 auto &C = LastStore.getMF()->getFunction().getContext();