Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:V2

416       Value *V1, *V2;
482 m_And(m_OneUse(m_Shr(m_Value(V1), m_Value(V2))),
483 m_ConstantInt(CC))) && V2 == Op1) {