Home | History | Annotate | Download | only in Utils

Lines Matching refs:StoreInst

95     } else if (const StoreInst *SI = dyn_cast<StoreInst>(U)) {
163 (isa<StoreInst>(I) && isa<AllocaInst>(I->getOperand(1)));
298 StoreInst *OnlyStore;
327 if (StoreInst *SI = dyn_cast<StoreInst>(User)) {
369 if (isa<LoadInst>(I) || isa<StoreInst>(I))
463 StoreInst *SI = cast<StoreInst>(AI->use_back());
695 if (StoreInst *SI = dyn_cast<StoreInst>(I)) {
837 StoreInst *OnlyStore = Info.OnlyStore;
900 bool operator()(const std::pair<unsigned, StoreInst*> &LHS,
901 const std::pair<unsigned, StoreInst*> &RHS) {
933 typedef SmallVector<std::pair<unsigned, StoreInst*>, 64> StoresByIndexTy;
938 if (StoreInst *SI = dyn_cast<StoreInst>(*UI))
969 std::pair<unsigned, StoreInst*>(LoadIdx, static_cast<StoreInst*>(0)),
1085 } else if (StoreInst *SI = dyn_cast<StoreInst>(I)) {