Lines Matching refs:StoreInst
154 void RewriteStoreUserOfWholeAlloca(StoreInst *SI, AllocaInst *AI,
430 if (StoreInst *SI = dyn_cast<StoreInst>(User)) {
558 if (StoreInst *SI = dyn_cast<StoreInst>(User)) {
645 StoreInst *NewStore = Builder.CreateStore(SrcVal, DstPtr);
969 return cast<StoreInst>(I)->getPointerOperand() == AI;
976 if (StoreInst *SI = dyn_cast<StoreInst>(Inst))
985 if (StoreInst *SI = dyn_cast<StoreInst>(Inst)) {
1136 if (StoreInst *SI = dyn_cast<StoreInst>(U)) {
1535 } else if (StoreInst *SI = dyn_cast<StoreInst>(User)) {
1594 } else if (StoreInst *SI = dyn_cast<StoreInst>(User)) {
1823 if (StoreInst *SI = dyn_cast<StoreInst>(User)) {
2118 new StoreInst(Elt, EltPtr, MI);
2122 new StoreInst(Elt, OtherElt, false, OtherEltAlign, MI);
2162 new StoreInst(StoreVal, EltPtr, MI);
2196 void SROA::RewriteStoreUserOfWholeAlloca(StoreInst *SI, AllocaInst *AI,
2253 new StoreInst(EltVal, DestField, SI);
2296 new StoreInst(EltVal, DestField, SI);