Searched refs:ImmOperand2 (Results 1 – 1 of 1) sorted by relevance
1072 auto ImmOperand2 = IsOperand2Immediate ? MI.getOperand(2).getImm() in simplifyCode() local1079 ((int64_t)ImmOperand1 < (int64_t)ImmOperand2)) || in simplifyCode()1081 ((int64_t)ImmOperand1 > (int64_t)ImmOperand2)) || in simplifyCode()1083 ((uint64_t)ImmOperand1 < (uint64_t)ImmOperand2)) || in simplifyCode()1085 ((uint64_t)ImmOperand1 > (uint64_t)ImmOperand2)) || in simplifyCode()1086 ((ImmOperand0 & 0x4) && (ImmOperand1 == ImmOperand2))) { in simplifyCode()