Lines Matching refs:ZExtInst
299 assert((isa<ZExtInst>(I) || isa<SExtInst>(I)) && in isIntExtFree()
303 bool IsZExt = isa<ZExtInst>(I); in isIntExtFree()
726 if (const auto *ZE = dyn_cast<ZExtInst>(I)) { in computeAddress()
808 if (const auto *ZE = dyn_cast<ZExtInst>(I)) { in computeAddress()
866 if (const auto *ZE = dyn_cast<ZExtInst>(U)) { in computeAddress()
1959 if (const auto *ZE = dyn_cast<ZExtInst>(I->use_begin()->getUser())) { in selectLoad()
4448 bool IsZExt = isa<ZExtInst>(I); in optimizeIntExtLoad()
4486 assert((isa<ZExtInst>(I) || isa<SExtInst>(I)) && in selectIntExt()
4505 bool IsZExt = isa<ZExtInst>(I); in selectIntExt()
4592 if (const auto *ZExt = dyn_cast<ZExtInst>(Src0)) { in selectMul()
4656 if (const auto *ZExt = dyn_cast<ZExtInst>(Op0)) { in selectShift()