Searched refs:ImmOperand0 (Results 1 – 1 of 1) sorted by relevance
1322 auto ImmOperand0 = MI.getOperand(0).getImm(); in simplifyCode() local1329 if ((ImmOperand0 == 31) || in simplifyCode()1330 ((ImmOperand0 & 0x10) && in simplifyCode()1332 ((ImmOperand0 & 0x8) && in simplifyCode()1334 ((ImmOperand0 & 0x2) && in simplifyCode()1336 ((ImmOperand0 & 0x1) && in simplifyCode()1338 ((ImmOperand0 & 0x4) && (ImmOperand1 == ImmOperand2))) { in simplifyCode()