Lines Matching refs:ZExt
805 case Instruction::ZExt: { in computeAddress()
2966 case CCValAssign::ZExt: { in processCallArgs()
4507 if (const auto *ZExt = dyn_cast<ZExtInst>(Src0)) { in selectMul() local
4508 if (!isIntExtFree(ZExt)) { in selectMul()
4510 if (isValueAvailable(ZExt) && isTypeSupported(ZExt->getSrcTy(), VT)) { in selectMul()
4513 Src0 = ZExt->getOperand(0); in selectMul()
4574 if (const auto *ZExt = dyn_cast<ZExtInst>(Op0)) { in selectShift() local
4575 if (!isIntExtFree(ZExt)) { in selectShift()
4577 if (isValueAvailable(ZExt) && isTypeSupported(ZExt->getSrcTy(), TmpVT)) { in selectShift()
4580 Op0 = ZExt->getOperand(0); in selectShift()
4931 case Instruction::ZExt: in fastSelectInstruction()