Home | History | Annotate | Download | only in InstCombine

Lines Matching full:numbytes

222     if (Constant *NumBytes = dyn_cast<Constant>(MI->getLength())) {
223 if (NumBytes->isNullValue())
226 if (ConstantInt *CI = dyn_cast<ConstantInt>(NumBytes))