Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:tmpOp1

1458       Value *tmpOp1 = Op1;
1461 tmpOp1 = Op0;
1467 if (match(tmpOp1, m_OneUse(m_Xor(m_Value(A), m_Value(B))))) {