Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:ZExtInst

350   if ((isa<ZExtInst>(I) || isa<SExtInst>(I)) &&
760 Instruction *InstCombiner::visitZExt(ZExtInst &CI) {
829 return new ZExtInst(And, CI.getType());
1845 if (isa<TruncInst>(Src) || isa<ZExtInst>(Src)) {