Searched refs:LHSOpndIdx (Results 1 – 1 of 1) sorted by relevance
6521 unsigned LHSOpndIdx = 1; in matchCommuteConstantToRHS() local6528 LHSOpndIdx = 2; in matchCommuteConstantToRHS()6534 Register LHS = MI.getOperand(LHSOpndIdx).getReg(); in matchCommuteConstantToRHS()6561 unsigned LHSOpndIdx = 1; in applyCommuteBinOpOperands() local6568 LHSOpndIdx = 2; in applyCommuteBinOpOperands()6574 Register LHSReg = MI.getOperand(LHSOpndIdx).getReg(); in applyCommuteBinOpOperands()6576 MI.getOperand(LHSOpndIdx).setReg(RHSReg); in applyCommuteBinOpOperands()