Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dir_opt.c6041 IRExpr *a1, *and, *xor, *c, *a2bL, *a2bR; in spotBitfieldAssignment() local
6050 a1 = and = xor = c = a2bL = a2bR = NULL; in spotBitfieldAssignment()
6059 a2bR = RR(xor); in spotBitfieldAssignment()
6061 if (eqIRAtom(a1, a2bL) && !eqIRAtom(a1, a2bR)) { in spotBitfieldAssignment()
6063 *bb = a2bR; in spotBitfieldAssignment()
6067 if (eqIRAtom(a1, a2bR) && !eqIRAtom(a1, a2bL)) { in spotBitfieldAssignment()
6079 a1 = and = xor = c = a2bL = a2bR = NULL; in spotBitfieldAssignment()
6088 a2bR = RR(xor); in spotBitfieldAssignment()
6090 if (eqIRAtom(a1, a2bL) && !eqIRAtom(a1, a2bR)) { in spotBitfieldAssignment()
6092 *bb = a2bR; in spotBitfieldAssignment()
[all …]