Home | History | Annotate | Download | only in Scalar

Lines Matching defs:CopySize

849   ConstantInt *CopySize = dyn_cast<ConstantInt>(M->getLength());
850 if (!CopySize) return false;
862 CopySize->getZExtValue(), M->getAlignment(),
876 return processMemCpyMemCpyDependence(M, MDep, CopySize->getZExtValue());
886 if (LTSize->getZExtValue() >= CopySize->getZExtValue())