Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp2281 auto m_AddRdx = [](Value *&Vec) { in visitSub() local
2285 if (match(Op0, m_AddRdx(V0)) && match(Op1, m_AddRdx(V1)) && in visitSub()