Searched refs:LeftHandInst (Results 1 – 1 of 1) sorted by relevance
3161 MachineInstr *LeftHandInst = getDefIgnoringCopies(LHSReg, MRI); in matchHoistLogicOpWithSameOpcodeHands() local3163 if (!LeftHandInst || !RightHandInst) in matchHoistLogicOpWithSameOpcodeHands()3165 unsigned HandOpcode = LeftHandInst->getOpcode(); in matchHoistLogicOpWithSameOpcodeHands()3168 if (LeftHandInst->getNumOperands() < 2 || in matchHoistLogicOpWithSameOpcodeHands()3169 !LeftHandInst->getOperand(1).isReg() || in matchHoistLogicOpWithSameOpcodeHands()3176 Register X = LeftHandInst->getOperand(1).getReg(); in matchHoistLogicOpWithSameOpcodeHands()3213 MachineOperand &ZOp = LeftHandInst->getOperand(2); in matchHoistLogicOpWithSameOpcodeHands()