Home | History | Annotate | Download | only in CodeGen

Lines Matching full:iscopy

402   assert(MI->isCopy() && "MI must be a COPY instruction");
545 if (!MI->isCopy() || Ops.size() != 1)