Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp1825 auto m_AddRdx = [](Value *&Vec) { in visitSub() local
1829 if (match(Op0, m_AddRdx(V0)) && match(Op1, m_AddRdx(V1)) && in visitSub()