Searched refs:a2bR (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/VEX/priv/ |
D | ir_opt.c | 6040 IRExpr *a1, *and, *xor, *c, *a2bL, *a2bR; in spotBitfieldAssignment() local 6049 a1 = and = xor = c = a2bL = a2bR = NULL; in spotBitfieldAssignment() 6058 a2bR = RR(xor); in spotBitfieldAssignment() 6060 if (eqIRAtom(a1, a2bL) && !eqIRAtom(a1, a2bR)) { in spotBitfieldAssignment() 6062 *bb = a2bR; in spotBitfieldAssignment() 6066 if (eqIRAtom(a1, a2bR) && !eqIRAtom(a1, a2bL)) { in spotBitfieldAssignment() 6078 a1 = and = xor = c = a2bL = a2bR = NULL; in spotBitfieldAssignment() 6087 a2bR = RR(xor); in spotBitfieldAssignment() 6089 if (eqIRAtom(a1, a2bL) && !eqIRAtom(a1, a2bR)) { in spotBitfieldAssignment() 6091 *bb = a2bR; in spotBitfieldAssignment() [all …]
|