Searched refs:CommOpIdx2 (Results 1 – 2 of 2) sorted by relevance
728 unsigned CommOpIdx2 = TargetInstrInfo::CommuteAnyOperandIndex; in ReduceTo2Addr() local729 if (!TII->findCommutedOpIndices(*MI, CommOpIdx1, CommOpIdx2) || in ReduceTo2Addr()730 MI->getOperand(CommOpIdx2).getReg() != Reg0) in ReduceTo2Addr()733 TII->commuteInstruction(*MI, false, CommOpIdx1, CommOpIdx2); in ReduceTo2Addr()
591 unsigned CommOpIdx1, CommOpIdx2; in ReduceTo2Addr() local592 if (!TII->findCommutedOpIndices(MI, CommOpIdx1, CommOpIdx2) || in ReduceTo2Addr()593 CommOpIdx1 != 1 || MI->getOperand(CommOpIdx2).getReg() != Reg0) in ReduceTo2Addr()