Home
last modified time | relevance | path

Searched refs:ImmOperand1 (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCMIPeephole.cpp1044 auto ImmOperand1 = LiMI1->getOperand(1).getImm(); in simplifyCode() local
1052 ((int64_t)ImmOperand1 < (int64_t)ImmOperand2)) || in simplifyCode()
1054 ((int64_t)ImmOperand1 > (int64_t)ImmOperand2)) || in simplifyCode()
1056 ((uint64_t)ImmOperand1 < (uint64_t)ImmOperand2)) || in simplifyCode()
1058 ((uint64_t)ImmOperand1 > (uint64_t)ImmOperand2)) || in simplifyCode()
1059 ((ImmOperand0 & 0x4) && (ImmOperand1 == ImmOperand2))) { in simplifyCode()