Searched refs:ImmOperand1 (Results 1 – 1 of 1) sorted by relevance
1323 auto ImmOperand1 = LiMI1->getOperand(1).getImm(); in simplifyCode() local1331 ((int64_t)ImmOperand1 < (int64_t)ImmOperand2)) || in simplifyCode()1333 ((int64_t)ImmOperand1 > (int64_t)ImmOperand2)) || in simplifyCode()1335 ((uint64_t)ImmOperand1 < (uint64_t)ImmOperand2)) || in simplifyCode()1337 ((uint64_t)ImmOperand1 > (uint64_t)ImmOperand2)) || in simplifyCode()1338 ((ImmOperand0 & 0x4) && (ImmOperand1 == ImmOperand2))) { in simplifyCode()