Searched refs:ShiftLHS (Results 1 – 3 of 3) sorted by relevance
780 MachineInstr *ShiftLHS = in getCmpOperandFoldingProfit() local786 if (IsSupportedExtend(*ShiftLHS)) in getCmpOperandFoldingProfit()
5735 MachineOperand &ShiftLHS = ShiftInst->getOperand(1); in selectShiftedRegister() local5736 Register ShiftReg = ShiftLHS.getReg(); in selectShiftedRegister()
12573 uint32_t ShiftLHS = 0; in tryCombineToEXTR() local12575 if (!findEXTRHalf(N->getOperand(0), LHS, ShiftLHS, LHSFromHi)) in tryCombineToEXTR()12589 if (ShiftLHS + ShiftRHS != VT.getSizeInBits()) in tryCombineToEXTR()12594 std::swap(ShiftLHS, ShiftRHS); in tryCombineToEXTR()