Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp645 if (auto Opt = convertOrOfShiftsToFunnelShift(*Inst)) { in SimplifyDemandedUseBits()
727 if (auto Opt = convertOrOfShiftsToFunnelShift(*Inst)) { in SimplifyDemandedUseBits()
H A DInstCombineInternal.h242 convertOrOfShiftsToFunnelShift(Instruction &Or);
H A DInstCombineAndOrXor.cpp2849 InstCombinerImpl::convertOrOfShiftsToFunnelShift(Instruction &Or) { in convertOrOfShiftsToFunnelShift() function in InstCombinerImpl
3029 if (auto Opt = IC.convertOrOfShiftsToFunnelShift(Or)) { in matchFunnelShift()