Searched refs:LiMI1 (Results 1 – 1 of 1) sorted by relevance
1313 MachineInstr *LiMI1 = getVRegDefOrNull(&MI.getOperand(1), MRI); in simplifyCode() local1318 if (!(LiMI1 && (LiMI1->getOpcode() == PPC::LI || in simplifyCode()1319 LiMI1->getOpcode() == PPC::LI8))) in simplifyCode()1327 auto ImmOperand1 = LiMI1->getOperand(1).getImm(); in simplifyCode()