Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp553 auto matchShiftAmount = [&](Value *L, Value *R, unsigned Width) -> Value * { in narrowFunnelShift() local
585 Value *ShAmt = matchShiftAmount(ShAmt0, ShAmt1, NarrowWidth); in narrowFunnelShift()
588 ShAmt = matchShiftAmount(ShAmt1, ShAmt0, NarrowWidth); in narrowFunnelShift()
H A DInstCombineAndOrXor.cpp2934 auto matchShiftAmount = [&](Value *L, Value *R, unsigned Width) -> Value * { in convertOrOfShiftsToFunnelShift() local
2998 Value *ShAmt = matchShiftAmount(ShAmt0, ShAmt1, Width); in convertOrOfShiftsToFunnelShift()
3000 ShAmt = matchShiftAmount(ShAmt1, ShAmt0, Width); in convertOrOfShiftsToFunnelShift()