Home
last modified time | relevance | path

Searched defs:matchFunnelShift (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp73 auto matchFunnelShift = [](Value *V, Value *&ShVal0, Value *&ShVal1, foldGuardedFunnelShift() local
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp2981 static Instruction *matchFunnelShift(Instruction &Or, InstCombinerImpl &IC) { matchFunnelShift() function