reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
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())) {