Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCMIPeephole.cpp1070 auto ImmOperand0 = MI.getOperand(0).getImm(); in simplifyCode() local
1077 if ((ImmOperand0 == 31) || in simplifyCode()
1078 ((ImmOperand0 & 0x10) && in simplifyCode()
1080 ((ImmOperand0 & 0x8) && in simplifyCode()
1082 ((ImmOperand0 & 0x2) && in simplifyCode()
1084 ((ImmOperand0 & 0x1) && in simplifyCode()
1086 ((ImmOperand0 & 0x4) && (ImmOperand1 == ImmOperand2))) { in simplifyCode()