Home | History | Annotate | Download | only in Scalar

Lines Matching refs:StoreInst

181     void RewriteStoreUserOfWholeAlloca(StoreInst *SI, AllocaInst *AI,
486 if (StoreInst *SI = dyn_cast<StoreInst>(UI)) {
640 if (StoreInst *SI = dyn_cast<StoreInst>(User)) {
729 StoreInst *NewStore = Builder.CreateStore(SrcVal, DstPtr);
1092 return cast<StoreInst>(I)->getPointerOperand() == AI;
1099 if (StoreInst *SI = dyn_cast<StoreInst>(Inst))
1108 if (StoreInst *SI = dyn_cast<StoreInst>(Inst)) {
1254 if (StoreInst *SI = dyn_cast<StoreInst>(U)) {
1625 } else if (StoreInst *SI = dyn_cast<StoreInst>(User)) {
1684 } else if (StoreInst *SI = dyn_cast<StoreInst>(UI)) {
1927 if (StoreInst *SI = dyn_cast<StoreInst>(User)) {
2249 new StoreInst(Elt, EltPtr, MI);
2253 new StoreInst(Elt, OtherElt, false, OtherEltAlign, MI);
2293 new StoreInst(StoreVal, EltPtr, MI);
2328 SROA::RewriteStoreUserOfWholeAlloca(StoreInst *SI, AllocaInst *AI,
2385 new StoreInst(EltVal, DestField, SI);
2428 new StoreInst(EltVal, DestField, SI);