Home | History | Annotate | Download | only in InstCombine

Lines Matching full:numbytes

706     if (Constant *NumBytes = dyn_cast<Constant>(MI->getLength())) {
707 if (NumBytes->isNullValue())
710 if (ConstantInt *CI = dyn_cast<ConstantInt>(NumBytes))