reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/IR/Core.cpp
 3645   if (LoadInst *LI = dyn_cast<LoadInst>(P))
 3647   if (StoreInst *SI = dyn_cast<StoreInst>(P))
 3649   if (AtomicRMWInst *AI = dyn_cast<AtomicRMWInst>(P))
 3651   return cast<AtomicCmpXchgInst>(P)->isVolatile();