Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp2985 unsigned HighSize = High->getType()->getScalarSizeInBits(); in convertOrOfShiftsToFunnelShift() local
2989 if (ZextHighShlAmt->ult(LowSize) || ZextHighShlAmt->ugt(Width - HighSize)) in convertOrOfShiftsToFunnelShift()
3012 assert(ZextLowShlAmt->uge(HighSize) && in convertOrOfShiftsToFunnelShift()