Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:ZI

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