Searched refs:convertOrOfShiftsToFunnelShift (Results 1 – 3 of 3) sorted by relevance
645 if (auto Opt = convertOrOfShiftsToFunnelShift(*Inst)) { in SimplifyDemandedUseBits()727 if (auto Opt = convertOrOfShiftsToFunnelShift(*Inst)) { in SimplifyDemandedUseBits()
242 convertOrOfShiftsToFunnelShift(Instruction &Or);
2849 InstCombinerImpl::convertOrOfShiftsToFunnelShift(Instruction &Or) { in convertOrOfShiftsToFunnelShift() function in InstCombinerImpl3029 if (auto Opt = IC.convertOrOfShiftsToFunnelShift(Or)) { in matchFunnelShift()