Home
last modified time | relevance | path

Searched refs:LHSOpndIdx (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp6521 unsigned LHSOpndIdx = 1; in matchCommuteConstantToRHS() local
6528 LHSOpndIdx = 2; in matchCommuteConstantToRHS()
6534 Register LHS = MI.getOperand(LHSOpndIdx).getReg(); in matchCommuteConstantToRHS()
6561 unsigned LHSOpndIdx = 1; in applyCommuteBinOpOperands() local
6568 LHSOpndIdx = 2; in applyCommuteBinOpOperands()
6574 Register LHSReg = MI.getOperand(LHSOpndIdx).getReg(); in applyCommuteBinOpOperands()
6576 MI.getOperand(LHSOpndIdx).setReg(RHSReg); in applyCommuteBinOpOperands()