Searched refs:ShiftRC (Results 1 – 1 of 1) sorted by relevance
959 const APInt *ShiftRC; in SimplifyMultipleUseDemandedBits() local964 m_AShr(m_Shl(m_Value(X), m_APInt(ShiftLC)), m_APInt(ShiftRC))) && in SimplifyMultipleUseDemandedBits()965 ShiftLC == ShiftRC && ShiftLC->ult(BitWidth) && in SimplifyMultipleUseDemandedBits()967 BitWidth, BitWidth - ShiftRC->getZExtValue()))) { in SimplifyMultipleUseDemandedBits()