Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:A2

625   // addends are : <a1, x>, <b1, y>, <a2, x>, <c1, z>, <b2, y>, ...
1348 Value *A1, *B1, *C1, *A2, *B2, *C2;
1350 match(RHS, m_Select(m_Value(C2), m_Value(A2), m_Value(B2)))) {
1355 Z1 = dyn_cast<Constant>(A1); A = A2;
1357 } else if (match(B1, m_AnyZero()) && match(A2, m_AnyZero())) {
1359 Z2 = dyn_cast<Constant>(A2); A = A1;