Lines Matching defs:ZExt
888 case Instruction::ZExt: {
3039 // Handle arg promotion: SExt, ZExt, AExt.
3053 case CCValAssign::ZExt: {
4026 // We're ZExt i1 to i64. The ANDWri Wd, Ws, #1 implicitly clears the
4674 if (const auto *ZExt = dyn_cast<ZExtInst>(Src0)) {
4675 if (!isIntExtFree(ZExt)) {
4677 if (isValueAvailable(ZExt) && isTypeSupported(ZExt->getSrcTy(), VT)) {
4680 Src0 = ZExt->getOperand(0);
4738 if (const auto *ZExt = dyn_cast<ZExtInst>(Op0)) {
4739 if (!isIntExtFree(ZExt)) {
4741 if (isValueAvailable(ZExt) && isTypeSupported(ZExt->getSrcTy(), TmpVT)) {
4744 Op0 = ZExt->getOperand(0);
5152 case Instruction::ZExt: