Searched refs:RoundInstr (Results 1 – 1 of 1) sorted by relevance
736 auto removeFRSPIfPossible = [&](MachineInstr *RoundInstr) { in simplifyCode() argument737 unsigned Opc = RoundInstr->getOpcode(); in simplifyCode()739 MRI->hasOneNonDBGUse(RoundInstr->getOperand(0).getReg())) { in simplifyCode()741 Register ConvReg1 = RoundInstr->getOperand(1).getReg(); in simplifyCode()742 Register FRSPDefines = RoundInstr->getOperand(0).getReg(); in simplifyCode()749 LLVM_DEBUG(RoundInstr->dump()); in simplifyCode()754 RoundInstr->eraseFromParent(); in simplifyCode()