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

References

lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
  621       if (CI->isNoopCast(DL))
  622         if (!LI.isAtomic() || isSupportedAtomicType(CI->getDestTy())) {
  623           LoadInst *NewLoad = combineLoadToNewType(IC, LI, CI->getDestTy());
  624           CI->replaceAllUsesWith(NewLoad);
  625           IC.eraseInstFromFunction(*CI);