Searched refs:a2bL (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/VEX/priv/ |
D | ir_opt.c | 6041 IRExpr *a1, *and, *xor, *c, *a2bL, *a2bR; in spotBitfieldAssignment() local 6050 a1 = and = xor = c = a2bL = a2bR = NULL; in spotBitfieldAssignment() 6058 a2bL = LL(xor); in spotBitfieldAssignment() 6061 if (eqIRAtom(a1, a2bL) && !eqIRAtom(a1, a2bR)) { in spotBitfieldAssignment() 6067 if (eqIRAtom(a1, a2bR) && !eqIRAtom(a1, a2bL)) { in spotBitfieldAssignment() 6069 *bb = a2bL; in spotBitfieldAssignment() 6079 a1 = and = xor = c = a2bL = a2bR = NULL; in spotBitfieldAssignment() 6087 a2bL = LL(xor); in spotBitfieldAssignment() 6090 if (eqIRAtom(a1, a2bL) && !eqIRAtom(a1, a2bR)) { in spotBitfieldAssignment() 6096 if (eqIRAtom(a1, a2bR) && !eqIRAtom(a1, a2bL)) { in spotBitfieldAssignment() [all …]
|