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

References

lib/Transforms/Scalar/MemCpyOptimizer.cpp
  710   if (isa<ConstantInt>(MSI->getLength()) && !MSI->isVolatile())
  710   if (isa<ConstantInt>(MSI->getLength()) && !MSI->isVolatile())
  711     if (Instruction *I = tryMergingIntoMemset(MSI, MSI->getDest(),
  711     if (Instruction *I = tryMergingIntoMemset(MSI, MSI->getDest(),
  712                                               MSI->getValue())) {