Searched refs:ShiftInst (Results 1 – 2 of 2) sorted by relevance
6529 MachineInstr *ShiftInst = MRI.getVRegDef(Root.getReg()); in selectShiftedRegister() local6530 AArch64_AM::ShiftExtendType ShType = getShiftTypeForInst(*ShiftInst); in selectShiftedRegister()6535 if (!isWorthFoldingIntoExtendedReg(*ShiftInst, MRI)) in selectShiftedRegister()6539 MachineOperand &ShiftRHS = ShiftInst->getOperand(2); in selectShiftedRegister()6546 MachineOperand &ShiftLHS = ShiftInst->getOperand(1); in selectShiftedRegister()
1172 assert((Opcode == Shl || Opcode == Shr) && "ShiftInst Opcode invalid!");