Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp3900 unsigned WidestBitWidth = WidestTy->getScalarSizeInBits(); in foldShiftIntoShiftInAnotherHandOfAndInICmp() local
3906 APInt(WidestBitWidth, WidestBitWidth)))) in foldShiftIntoShiftInAnotherHandOfAndInICmp()
3911 auto CanFold = [NewShAmt, WidestBitWidth, NarrowestShift, SQ, in foldShiftIntoShiftInAnotherHandOfAndInICmp()
3922 NewShAmtSplat->getUniqueInteger() == WidestBitWidth - 1)) in foldShiftIntoShiftInAnotherHandOfAndInICmp()
3947 (WidestBitWidth - 1) - NewShAmtSplat->getUniqueInteger(); in foldShiftIntoShiftInAnotherHandOfAndInICmp()