Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:ZI

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