Lines Matching refs:ZE
667 if (const auto *ZE = dyn_cast<ZExtInst>(I)) { in computeAddress() local
668 if (!isIntExtFree(ZE) && in computeAddress()
669 ZE->getOperand(0)->getType()->isIntegerTy(32)) { in computeAddress()
671 Src = ZE->getOperand(0); in computeAddress()
751 if (const auto *ZE = dyn_cast<ZExtInst>(I)) { in computeAddress() local
752 if (!isIntExtFree(ZE) && in computeAddress()
753 ZE->getOperand(0)->getType()->isIntegerTy(32)) { in computeAddress()
755 Src = ZE->getOperand(0); in computeAddress()
811 if (const auto *ZE = dyn_cast<ZExtInst>(U)) { in computeAddress() local
812 if (!isIntExtFree(ZE) && ZE->getOperand(0)->getType()->isIntegerTy(32)) { in computeAddress()
814 Src = ZE->getOperand(0); in computeAddress()
1924 if (const auto *ZE = dyn_cast<ZExtInst>(I->use_begin()->getUser())) { in selectLoad() local
1925 if (isTypeSupported(ZE->getType(), RetVT)) in selectLoad()
1926 IntExtVal = ZE; in selectLoad()