Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:ZI

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