Home | History | Annotate | Download | only in Scalar

Lines Matching refs:CopySize

817   ConstantInt *CopySize = dyn_cast<ConstantInt>(M->getLength());
818 if (CopySize == 0 || M->isVolatile()) return false;
832 Builder.CreateMemSet(M->getRawDest(), ByteVal, CopySize,
847 CopySize
861 return processMemCpyMemCpyDependence(M, MDep, CopySize->getZExtValue());