Lines Matching refs:ISBIN
6033 # define ISBIN(_e,_op) ((_e) && (_e)->tag == Iex_Binop \ in spotBitfieldAssignment() macro
6043 if (!ISBIN(e, opXOR)) goto fail; in spotBitfieldAssignment()
6053 if (!ISBIN(and, opAND)) goto v34; in spotBitfieldAssignment()
6056 if (!ISBIN(xor, opXOR)) goto v34; in spotBitfieldAssignment()
6082 if (!ISBIN(and, opAND)) goto v56; in spotBitfieldAssignment()
6085 if (!ISBIN(xor, opXOR)) goto v56; in spotBitfieldAssignment()
6111 if (!ISBIN(and, opAND)) goto v78; in spotBitfieldAssignment()
6114 if (!ISBIN(xor, opXOR)) goto v78; in spotBitfieldAssignment()
6142 if (!ISBIN(and, opAND)) goto fail; in spotBitfieldAssignment()
6145 if (!ISBIN(xor, opXOR)) goto fail; in spotBitfieldAssignment()
6165 # undef ISBIN in spotBitfieldAssignment()