Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:ZExtInst

757         return new ZExtInst(Cmp, II->getType());
797 if (ZExtInst *ZI = dyn_cast<ZExtInst>(X)) {