Home | History | Annotate | Download | only in Scalar

Lines Matching refs:CopySize

786   ConstantInt *CopySize = dyn_cast<ConstantInt>(M->getLength());
787 if (CopySize == 0 || M->isVolatile()) return false;
801 Builder.CreateMemSet(M->getRawDest(), ByteVal, CopySize,
816 CopySize->getZExtValue(), C)) {
829 return processMemCpyMemCpyDependence(M, MDep, CopySize->getZExtValue());