Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMIPeephole.cpp1322 auto ImmOperand0 = MI.getOperand(0).getImm(); in simplifyCode() local
1329 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()