Home | History | Annotate | Download | only in Scalar

Lines Matching refs:MemIntrinsic

151     void RewriteMemIntrinUserOfAlloca(MemIntrinsic *MI, Instruction *Inst,
1516 } else if (MemIntrinsic *MI = dyn_cast<MemIntrinsic>(User)) {
1771 if (MemIntrinsic *MI = dyn_cast<MemIntrinsic>(User)) {
2013 void SROA::RewriteMemIntrinUserOfAlloca(MemIntrinsic *MI, Instruction *Inst,
2567 // If the memintrinsic isn't using the alloca as the dest, reject it.