Home
last modified time | relevance | path

Searched refs:NewShAmtSplat (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp4605 Constant *NewShAmtSplat = NewShAmt->getType()->isVectorTy() in foldShiftIntoShiftInAnotherHandOfAndInICmp() local
4609 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()