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.cpp2986 unsigned LowSize = Low->getType()->getScalarSizeInBits(); in convertOrOfShiftsToFunnelShift() local
2989 if (ZextHighShlAmt->ult(LowSize) || ZextHighShlAmt->ugt(Width - HighSize)) in convertOrOfShiftsToFunnelShift()
3013 ZextLowShlAmt->ule(Width - LowSize) && "Invalid concat"); in convertOrOfShiftsToFunnelShift()