Searched refs:NarrowWidth (Results 1 – 2 of 2) sorted by relevance
521 unsigned NarrowWidth = DestTy->getScalarSizeInBits(); in narrowRotate() local523 m_OneUse(m_Sub(m_SpecificInt(NarrowWidth), m_Specific(ShAmt1))))) { in narrowRotate()526 } else if (match(ShAmt1, m_OneUse(m_Sub(m_SpecificInt(NarrowWidth), in narrowRotate()537 APInt HiBitMask = APInt::getHighBitsSet(WideWidth, WideWidth - NarrowWidth); in narrowRotate()549 Constant *MaskC = ConstantInt::get(DestTy, NarrowWidth - 1); in narrowRotate()
7184 unsigned NarrowWidth = StepV.getBitWidth() - StepV.countTrailingZeros(); in howFarToZero() local7185 auto *NarrowTy = IntegerType::get(getContext(), NarrowWidth); in howFarToZero()