Lines Matching refs:ZI
807 if (ZExtInst *ZI = dyn_cast<ZExtInst>(X)) {808 uint32_t SrcBits = ZI->getOperand(0)->getType()->getScalarSizeInBits();809 uint32_t DestBits = ZI->getType()->getScalarSizeInBits();811 return new SExtInst(ZI->getOperand(0), ZI->getType());