Lines Matching refs:ZI
797 if (ZExtInst *ZI = dyn_cast<ZExtInst>(X)) {798 uint32_t SrcBits = ZI->getOperand(0)->getType()->getScalarSizeInBits();799 uint32_t DestBits = ZI->getType()->getScalarSizeInBits();801 return new SExtInst(ZI->getOperand(0), ZI->getType());