Home | History | Annotate | Download | only in CodeGen

Lines Matching full:issub

594     bool IsSub = TRI->isSubRegister(SuperReg, Reg);
595 assert(IsSub && "Expecting group subregister");
596 if (!IsSub)