Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp2742 SmallVector<Value *, 3> FShiftArgs; in matchFunnelShift() local
2839 FShiftArgs = {ShVal0, ShVal1, ShAmt}; in matchFunnelShift()
2895 FShiftArgs = {U, U, ConstantInt::get(Or0->getType(), *ZextHighShlAmt)}; in matchFunnelShift()
2900 if (FShiftArgs.empty()) in matchFunnelShift()
2905 return CallInst::Create(F, FShiftArgs); in matchFunnelShift()