Lines Matching refs:ZExt
852 case Instruction::ZExt: { in computeAddress()
3068 case CCValAssign::ZExt: { in processCallArgs()
4647 if (const auto *ZExt = dyn_cast<ZExtInst>(Src0)) { in selectMul() local
4648 if (!isIntExtFree(ZExt)) { in selectMul()
4650 if (isValueAvailable(ZExt) && isTypeSupported(ZExt->getSrcTy(), VT)) { in selectMul()
4653 Src0 = ZExt->getOperand(0); in selectMul()
4714 if (const auto *ZExt = dyn_cast<ZExtInst>(Op0)) { in selectShift() local
4715 if (!isIntExtFree(ZExt)) { in selectShift()
4717 if (isValueAvailable(ZExt) && isTypeSupported(ZExt->getSrcTy(), TmpVT)) { in selectShift()
4720 Op0 = ZExt->getOperand(0); in selectShift()
5139 case Instruction::ZExt: in fastSelectInstruction()