Searched refs:ShiftLHS (Results 1 – 3 of 3) sorted by relevance
781 MachineInstr *ShiftLHS = in getCmpOperandFoldingProfit() local787 if (IsSupportedExtend(*ShiftLHS)) in getCmpOperandFoldingProfit()
5895 MachineOperand &ShiftLHS = ShiftInst->getOperand(1); in selectShiftedRegister() local5896 Register ShiftReg = ShiftLHS.getReg(); in selectShiftedRegister()
12988 uint32_t ShiftLHS = 0; in tryCombineToEXTR() local12990 if (!findEXTRHalf(N->getOperand(0), LHS, ShiftLHS, LHSFromHi)) in tryCombineToEXTR()13004 if (ShiftLHS + ShiftRHS != VT.getSizeInBits()) in tryCombineToEXTR()13009 std::swap(ShiftLHS, ShiftRHS); in tryCombineToEXTR()