Searched refs:NewShAmtSplat (Results 1 – 1 of 1) sorted by relevance
4605 Constant *NewShAmtSplat = NewShAmt->getType()->isVectorTy() in foldShiftIntoShiftInAnotherHandOfAndInICmp() local4609 if (NewShAmtSplat && in foldShiftIntoShiftInAnotherHandOfAndInICmp()4610 (NewShAmtSplat->isNullValue() || in foldShiftIntoShiftInAnotherHandOfAndInICmp()4611 NewShAmtSplat->getUniqueInteger() == WidestBitWidth - 1)) in foldShiftIntoShiftInAnotherHandOfAndInICmp()4623 if (NewShAmtSplat && NewShAmtSplat->getUniqueInteger().ule(MinLeadZero)) in foldShiftIntoShiftInAnotherHandOfAndInICmp()4634 if (NewShAmtSplat) { in foldShiftIntoShiftInAnotherHandOfAndInICmp()4636 (WidestBitWidth - 1) - NewShAmtSplat->getUniqueInteger(); in foldShiftIntoShiftInAnotherHandOfAndInICmp()