Searched refs:ImplicitOp2 (Results 1 – 2 of 2) sorted by relevance
1079 MachineOperand ImplicitOp2 = MachineOperand::CreateReg(0, false); in convertToThreeAddress() local1081 SrcReg2, isKill2, isUndef2, ImplicitOp2, LV)) in convertToThreeAddress()1087 if (ImplicitOp2.getReg() != 0) in convertToThreeAddress()1088 MIB.add(ImplicitOp2); in convertToThreeAddress()
2929 MachineOperand ImplicitOp2 = MachineOperand::CreateReg(0, false); in convertToThreeAddress() local2931 SrcReg2, isKill2, isUndef2, ImplicitOp2)) in convertToThreeAddress()2938 if (ImplicitOp2.getReg() != 0) in convertToThreeAddress()2939 MIB.addOperand(ImplicitOp2); in convertToThreeAddress()