Lines Matching refs:ZExtInst
266 assert((isa<ZExtInst>(I) || isa<SExtInst>(I)) && in isIntExtFree()
270 bool IsZExt = isa<ZExtInst>(I); in isIntExtFree()
672 if (const auto *ZE = dyn_cast<ZExtInst>(Src)) { in computeAddress()
755 if (const auto *ZE = dyn_cast<ZExtInst>(Src)) { in computeAddress()
811 if (const auto *ZE = dyn_cast<ZExtInst>(U)) { in computeAddress()
1884 if (const auto *ZE = dyn_cast<ZExtInst>(I->use_begin()->getUser())) { in selectLoad()
4351 bool IsZExt = isa<ZExtInst>(I); in optimizeIntExtLoad()
4388 assert((isa<ZExtInst>(I) || isa<SExtInst>(I)) && in selectIntExt()
4408 bool IsZExt = isa<ZExtInst>(I); in selectIntExt()
4507 if (const auto *ZExt = dyn_cast<ZExtInst>(Src0)) { in selectMul()
4574 if (const auto *ZExt = dyn_cast<ZExtInst>(Op0)) { in selectShift()