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

References

lib/Analysis/LazyValueInfo.cpp
  679     if (MI->isVolatile()) return false;
  682     ConstantInt *Len = dyn_cast<ConstantInt>(MI->getLength());
  685     if (MI->getDestAddressSpace() == 0)
  686       if (GetUnderlyingObject(MI->getRawDest(),
  687                               MI->getModule()->getDataLayout()) == Ptr)
  689     if (MemTransferInst *MTI = dyn_cast<MemTransferInst>(MI))