reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
4442 if (LoadInst *LI = dyn_cast<LoadInst>(UserI)) { 4447 if (StoreInst *SI = dyn_cast<StoreInst>(UserI)) { 4455 if (AtomicRMWInst *RMW = dyn_cast<AtomicRMWInst>(UserI)) { 4463 if (AtomicCmpXchgInst *CmpX = dyn_cast<AtomicCmpXchgInst>(UserI)) { 4471 if (CallInst *CI = dyn_cast<CallInst>(UserI)) { 4486 if (FindAllMemoryUses(UserI, MemoryUses, ConsideredInsts, TLI, TRI,