Home
last modified time | relevance | path

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

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