Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp3033 unsigned LowSize = Low->getType()->getScalarSizeInBits(); in convertOrOfShiftsToFunnelShift() local
3036 if (ZextHighShlAmt->ult(LowSize) || ZextHighShlAmt->ugt(Width - HighSize)) in convertOrOfShiftsToFunnelShift()
3060 ZextLowShlAmt->ule(Width - LowSize) && "Invalid concat"); in convertOrOfShiftsToFunnelShift()