Searched refs:RoundInstr (Results 1 – 1 of 1) sorted by relevance
740 auto removeFRSPIfPossible = [&](MachineInstr *RoundInstr) { in simplifyCode() argument741 unsigned Opc = RoundInstr->getOpcode(); in simplifyCode()743 MRI->hasOneNonDBGUse(RoundInstr->getOperand(0).getReg())) { in simplifyCode()745 Register ConvReg1 = RoundInstr->getOperand(1).getReg(); in simplifyCode()746 Register FRSPDefines = RoundInstr->getOperand(0).getReg(); in simplifyCode()753 LLVM_DEBUG(RoundInstr->dump()); in simplifyCode()758 RoundInstr->eraseFromParent(); in simplifyCode()