Searched refs:MaxActiveBits (Results 1 – 2 of 2) sorted by relevance
905 unsigned MaxActiveBits = std::max(XCR.getActiveBits(), YCR.getActiveBits()); in narrowUDivOrURem() local907 unsigned NewWidth = std::max<unsigned>(PowerOf2Ceil(MaxActiveBits), 8); in narrowUDivOrURem()
4835 unsigned MaxActiveBits = Known.getBitWidth() - MinLeadZero; in foldShiftIntoShiftInAnotherHandOfAndInICmp() local4836 if (MaxActiveBits <= 1) in foldShiftIntoShiftInAnotherHandOfAndInICmp()4846 unsigned MaxActiveBits = Known.getBitWidth() - MinLeadZero; in foldShiftIntoShiftInAnotherHandOfAndInICmp() local4847 if (MaxActiveBits <= 1) in foldShiftIntoShiftInAnotherHandOfAndInICmp()