Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Op2

604   unsigned Op1, Op2, NewDstIdx;
605 if (!TII->findCommutedOpIndices(DefMI, Op1, Op2))
608 NewDstIdx = Op2;
609 else if (Op2 == UseOpIdx)