Searched refs:ShlCst (Results 1 – 3 of 3) sorted by relevance
641 ConstantSDNode *ShlCst = dyn_cast<ConstantSDNode>(Shift.getOperand(1)); in tryShrinkShlLogicImm() local642 if (!ShlCst) in tryShrinkShlLogicImm()645 uint64_t ShAmt = ShlCst->getZExtValue(); in tryShrinkShlLogicImm()
3229 int64_t ShlCst, AshrCst; in matchAshrShlToSextInreg() local3232 m_GAShr(m_GShl(m_Reg(Src), m_ICstOrSplat(ShlCst)), in matchAshrShlToSextInreg()3235 if (ShlCst != AshrCst) in matchAshrShlToSextInreg()3240 MatchInfo = std::make_tuple(Src, ShlCst); in matchAshrShlToSextInreg()
4442 auto *ShlCst = dyn_cast<ConstantSDNode>(Shift.getOperand(1)); in tryShrinkShlLogicImm() local4443 if (!ShlCst) in tryShrinkShlLogicImm()4446 uint64_t ShAmt = ShlCst->getZExtValue(); in tryShrinkShlLogicImm()