Searched refs:MaxActiveBits (Results 1 – 3 of 3) sorted by relevance
885 unsigned MaxActiveBits = std::max(XCR.getActiveBits(), YCR.getActiveBits()); in narrowUDivOrURem() local887 unsigned NewWidth = std::max<unsigned>(PowerOf2Ceil(MaxActiveBits), 8); in narrowUDivOrURem()
4619 unsigned MaxActiveBits = Known.getBitWidth() - MinLeadZero; in foldShiftIntoShiftInAnotherHandOfAndInICmp() local4620 if (MaxActiveBits <= 1) in foldShiftIntoShiftInAnotherHandOfAndInICmp()4630 unsigned MaxActiveBits = Known.getBitWidth() - MinLeadZero; in foldShiftIntoShiftInAnotherHandOfAndInICmp() local4631 if (MaxActiveBits <= 1) in foldShiftIntoShiftInAnotherHandOfAndInICmp()
15753 unsigned MaxActiveBits = std::max(Src1ValBits, ST.getWavefrontSizeLog2()); in computeKnownBitsForTargetNode() local15755 MaxActiveBits += Src1ValBits ? 1 : 0; in computeKnownBitsForTargetNode()15757 if (MaxActiveBits < Size) in computeKnownBitsForTargetNode()15758 Known.Zero.setHighBits(Size - MaxActiveBits); in computeKnownBitsForTargetNode()