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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp3576 unsigned WidestBitWidth = WidestTy->getScalarSizeInBits(); local
3582 APInt(WidestBitWidth, WidestBitWidth))))
3587 auto CanFold = [NewShAmt, WidestBitWidth, NarrowestShift, SQ,
3595 // If it's edge-case shift (by 0 or by WidestBitWidth-1) we can fold.
3598 NewShAmtSplat->getUniqueInteger() == WidestBitWidth - 1))
3620 // Precondition: ((WidestBitWidth-1)-NewShAmt) u<= countLeadingZeros(C)
3623 (WidestBitWidth - 1) - NewShAmtSplat->getUniqueInteger();

Completed in 199 milliseconds