Searched refs:MaxActiveBits (Results 1 – 2 of 2) sorted by relevance
737 unsigned MaxActiveBits = 0; in processUDivOrURem() local740 MaxActiveBits = std::max(CR.getActiveBits(), MaxActiveBits); in processUDivOrURem()743 unsigned NewWidth = std::max<unsigned>(PowerOf2Ceil(MaxActiveBits), 8); in processUDivOrURem()
3707 unsigned MaxActiveBits = Known.getBitWidth() - MinLeadZero; in foldShiftIntoShiftInAnotherHandOfAndInICmp() local3708 if (MaxActiveBits <= 1) in foldShiftIntoShiftInAnotherHandOfAndInICmp()3718 unsigned MaxActiveBits = Known.getBitWidth() - MinLeadZero; in foldShiftIntoShiftInAnotherHandOfAndInICmp() local3719 if (MaxActiveBits <= 1) in foldShiftIntoShiftInAnotherHandOfAndInICmp()