Searched refs:MinLeadZero (Results 1 – 1 of 1) sorted by relevance
4617 unsigned MinLeadZero = Known.countMinLeadingZeros(); in foldShiftIntoShiftInAnotherHandOfAndInICmp() local4619 unsigned MaxActiveBits = Known.getBitWidth() - MinLeadZero; in foldShiftIntoShiftInAnotherHandOfAndInICmp()4623 if (NewShAmtSplat && NewShAmtSplat->getUniqueInteger().ule(MinLeadZero)) in foldShiftIntoShiftInAnotherHandOfAndInICmp()4628 unsigned MinLeadZero = Known.countMinLeadingZeros(); in foldShiftIntoShiftInAnotherHandOfAndInICmp() local4630 unsigned MaxActiveBits = Known.getBitWidth() - MinLeadZero; in foldShiftIntoShiftInAnotherHandOfAndInICmp()4637 if (AdjNewShAmt.ule(MinLeadZero)) in foldShiftIntoShiftInAnotherHandOfAndInICmp()