Lines Matching refs:ZExtInst
312 assert((isa<ZExtInst>(I) || isa<SExtInst>(I)) && in isIntExtFree()
316 bool IsZExt = isa<ZExtInst>(I); in isIntExtFree()
714 if (const auto *ZE = dyn_cast<ZExtInst>(I)) { in computeAddress()
798 if (const auto *ZE = dyn_cast<ZExtInst>(I)) { in computeAddress()
858 if (const auto *ZE = dyn_cast<ZExtInst>(U)) { in computeAddress()
1978 if (const auto *ZE = dyn_cast<ZExtInst>(I->use_begin()->getUser())) { in selectLoad()
4490 bool IsZExt = isa<ZExtInst>(I); in optimizeIntExtLoad()
4528 assert((isa<ZExtInst>(I) || isa<SExtInst>(I)) && in selectIntExt()
4548 bool IsZExt = isa<ZExtInst>(I); in selectIntExt()
4647 if (const auto *ZExt = dyn_cast<ZExtInst>(Src0)) { in selectMul()
4714 if (const auto *ZExt = dyn_cast<ZExtInst>(Op0)) { in selectShift()