Lines Matching defs:ZExt
890 case Instruction::ZExt: {
3041 // Handle arg promotion: SExt, ZExt, AExt.
3055 case CCValAssign::ZExt: {
4028 // We're ZExt i1 to i64. The ANDWri Wd, Ws, #1 implicitly clears the
4676 if (const auto *ZExt = dyn_cast<ZExtInst>(Src0)) {
4677 if (!isIntExtFree(ZExt)) {
4679 if (isValueAvailable(ZExt) && isTypeSupported(ZExt->getSrcTy(), VT)) {
4682 Src0 = ZExt->getOperand(0);
4740 if (const auto *ZExt = dyn_cast<ZExtInst>(Op0)) {
4741 if (!isIntExtFree(ZExt)) {
4743 if (isValueAvailable(ZExt) && isTypeSupported(ZExt->getSrcTy(), TmpVT)) {
4746 Op0 = ZExt->getOperand(0);
5154 case Instruction::ZExt: