Lines Matching refs:StoreInst
159 if (!isa<StoreInst>(TheStores[i]))
205 if (StoreInst *SI = dyn_cast<StoreInst>(Inst))
211 void addStore(int64_t OffsetFromFirst, StoreInst *SI) {
330 bool processStore(StoreInst *SI, BasicBlock::iterator &BBI);
376 if (!isa<StoreInst>(BI) && !isa<MemSetInst>(BI)) {
385 if (StoreInst *NextStore = dyn_cast<StoreInst>(BI)) {
481 bool MemCpyOpt::processStore(StoreInst *SI, BasicBlock::iterator &BBI) {
978 if (StoreInst *SI = dyn_cast<StoreInst>(I))