Searched refs:LeftHandInst (Results 1 – 1 of 1) sorted by relevance
2937 MachineInstr *LeftHandInst = getDefIgnoringCopies(LHSReg, MRI); in matchHoistLogicOpWithSameOpcodeHands() local2939 if (!LeftHandInst || !RightHandInst) in matchHoistLogicOpWithSameOpcodeHands()2941 unsigned HandOpcode = LeftHandInst->getOpcode(); in matchHoistLogicOpWithSameOpcodeHands()2944 if (!LeftHandInst->getOperand(1).isReg() || in matchHoistLogicOpWithSameOpcodeHands()2950 Register X = LeftHandInst->getOperand(1).getReg(); in matchHoistLogicOpWithSameOpcodeHands()2975 MachineOperand &ZOp = LeftHandInst->getOperand(2); in matchHoistLogicOpWithSameOpcodeHands()