Lines Matching refs:ZExtInst
300 assert((isa<ZExtInst>(I) || isa<SExtInst>(I)) && in isIntExtFree()
304 bool IsZExt = isa<ZExtInst>(I); in isIntExtFree()
753 if (const auto *ZE = dyn_cast<ZExtInst>(I)) { in computeAddress()
835 if (const auto *ZE = dyn_cast<ZExtInst>(I)) { in computeAddress()
893 if (const auto *ZE = dyn_cast<ZExtInst>(U)) { in computeAddress()
1977 if (const auto *ZE = dyn_cast<ZExtInst>(I->use_begin()->getUser())) { in selectLoad()
4516 bool IsZExt = isa<ZExtInst>(I); in optimizeIntExtLoad()
4554 assert((isa<ZExtInst>(I) || isa<SExtInst>(I)) && in selectIntExt()
4573 bool IsZExt = isa<ZExtInst>(I); in selectIntExt()
4660 if (const auto *ZExt = dyn_cast<ZExtInst>(Src0)) { in selectMul()
4724 if (const auto *ZExt = dyn_cast<ZExtInst>(Op0)) { in selectShift()