Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMIPeephole.cpp1303 auto ImmOperand2 = IsOperand2Immediate ? MI.getOperand(2).getImm() in simplifyCode() local
1310 ((int64_t)ImmOperand1 < (int64_t)ImmOperand2)) || in simplifyCode()
1312 ((int64_t)ImmOperand1 > (int64_t)ImmOperand2)) || in simplifyCode()
1314 ((uint64_t)ImmOperand1 < (uint64_t)ImmOperand2)) || in simplifyCode()
1316 ((uint64_t)ImmOperand1 > (uint64_t)ImmOperand2)) || in simplifyCode()
1317 ((ImmOperand0 & 0x4) && (ImmOperand1 == ImmOperand2))) { in simplifyCode()