Home | History | Annotate | Download | only in Scalar

Lines Matching refs:CopySize

811   ConstantInt *CopySize = dyn_cast<ConstantInt>(M->getLength());
812 if (CopySize == 0 || M->isVolatile()) return false;
826 Builder.CreateMemSet(M->getRawDest(), ByteVal, CopySize,
841 CopySize->getZExtValue(), M->getAlignment(),
855 return processMemCpyMemCpyDependence(M, MDep, CopySize->getZExtValue());