Searched refs:a2bL (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() 6057 a2bL = LL(xor); in spotBitfieldAssignment() 6060 if (eqIRAtom(a1, a2bL) && !eqIRAtom(a1, a2bR)) { in spotBitfieldAssignment() 6066 if (eqIRAtom(a1, a2bR) && !eqIRAtom(a1, a2bL)) { in spotBitfieldAssignment() 6068 *bb = a2bL; in spotBitfieldAssignment() 6078 a1 = and = xor = c = a2bL = a2bR = NULL; in spotBitfieldAssignment() 6086 a2bL = LL(xor); in spotBitfieldAssignment() 6089 if (eqIRAtom(a1, a2bL) && !eqIRAtom(a1, a2bR)) { in spotBitfieldAssignment() 6095 if (eqIRAtom(a1, a2bR) && !eqIRAtom(a1, a2bL)) { in spotBitfieldAssignment() [all …]
|