Searched refs:RHSOpndIdx (Results 1 – 1 of 1) sorted by relevance
6522 unsigned RHSOpndIdx = 2; in matchCommuteConstantToRHS() local6529 RHSOpndIdx = 3; in matchCommuteConstantToRHS()6535 Register RHS = MI.getOperand(RHSOpndIdx).getReg(); in matchCommuteConstantToRHS()6562 unsigned RHSOpndIdx = 2; in applyCommuteBinOpOperands() local6569 RHSOpndIdx = 3; in applyCommuteBinOpOperands()6575 Register RHSReg = MI.getOperand(RHSOpndIdx).getReg(); in applyCommuteBinOpOperands()6577 MI.getOperand(RHSOpndIdx).setReg(LHSReg); in applyCommuteBinOpOperands()