Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:ZI

1077     if (ZExtInst *ZI = dyn_cast<ZExtInst>(LHS))
1078 if (ZI->getSrcTy()->isIntegerTy(1))
1079 return SelectInst::Create(ZI->getOperand(0), AddOne(CI), CI);