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