Searched refs:matchShiftAmount (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCasts.cpp | 470 auto matchShiftAmount = [&](Value *L, Value *R, unsigned Width) -> Value * { in narrowFunnelShift() local 502 Value *ShAmt = matchShiftAmount(ShAmt0, ShAmt1, NarrowWidth); in narrowFunnelShift() 505 ShAmt = matchShiftAmount(ShAmt1, ShAmt0, NarrowWidth); in narrowFunnelShift()
|
| H A D | InstCombineAndOrXor.cpp | 2767 auto matchShiftAmount = [&](Value *L, Value *R, unsigned Width) -> Value * { in matchFunnelShift() local 2831 Value *ShAmt = matchShiftAmount(ShAmt0, ShAmt1, Width); in matchFunnelShift() 2833 ShAmt = matchShiftAmount(ShAmt1, ShAmt0, Width); in matchFunnelShift()
|