Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:ZExtInst

347   if ((isa<ZExtInst>(I) || isa<SExtInst>(I)) &&
757 Instruction *InstCombiner::visitZExt(ZExtInst &CI) {
826 return new ZExtInst(And, CI.getType());
1747 if (isa<TruncInst>(Src) || isa<ZExtInst>(Src)) {