Home | History | Annotate | Download | only in AArch64

Lines Matching refs:ZE

672         if (const auto *ZE = dyn_cast<ZExtInst>(I)) {
673 if (!isIntExtFree(ZE) &&
674 ZE->getOperand(0)->getType()->isIntegerTy(32)) {
676 Src = ZE->getOperand(0);
756 if (const auto *ZE = dyn_cast<ZExtInst>(I)) {
757 if (!isIntExtFree(ZE) &&
758 ZE->getOperand(0)->getType()->isIntegerTy(32)) {
760 Src = ZE->getOperand(0);
816 if (const auto *ZE = dyn_cast<ZExtInst>(U)) {
817 if (!isIntExtFree(ZE) && ZE->getOperand(0)->getType()->isIntegerTy(32)) {
819 Src = ZE->getOperand(0);
1917 if (const auto *ZE = dyn_cast<ZExtInst>(I->use_begin()->getUser())) {
1918 if (isTypeSupported(ZE->getType(), RetVT))
1919 IntExtVal = ZE;