reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1353 if (StoreInst *SI = dyn_cast<StoreInst>(I)) 1355 else if (MemSetInst *M = dyn_cast<MemSetInst>(I)) 1357 else if (MemCpyInst *M = dyn_cast<MemCpyInst>(I)) 1359 else if (MemMoveInst *M = dyn_cast<MemMoveInst>(I)) 1361 else if (auto CS = CallSite(I)) {