Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp3677 unsigned WidestBitWidth = WidestTy->getScalarSizeInBits(); in foldShiftIntoShiftInAnotherHandOfAndInICmp() local
3683 APInt(WidestBitWidth, WidestBitWidth)))) in foldShiftIntoShiftInAnotherHandOfAndInICmp()
3688 auto CanFold = [NewShAmt, WidestBitWidth, NarrowestShift, SQ, in foldShiftIntoShiftInAnotherHandOfAndInICmp()
3699 NewShAmtSplat->getUniqueInteger() == WidestBitWidth - 1)) in foldShiftIntoShiftInAnotherHandOfAndInICmp()
3724 (WidestBitWidth - 1) - NewShAmtSplat->getUniqueInteger(); in foldShiftIntoShiftInAnotherHandOfAndInICmp()