Home | History | Annotate | Download | only in priv

Lines Matching defs:LL

2836                   where it is in the output block.  Afterwards we'll
3277 further we'll have to be sure that the descriptors are
3840 be CSEd, convert them into AvailExprs. If not, we'll just
5869 both LL and SC fall under this classification, since we
6033 # define LL(_e) ((_e)->Iex.Binop.arg1)
6047 a1 = LL(e);
6050 xor = STEP(LL(and));
6053 a2bL = LL(xor);
6077 and = STEP(LL(e));
6079 xor = STEP(LL(and));
6082 a2bL = LL(xor);
6105 a1 = LL(e);
6109 c = LL(and);
6111 a2bL = LL(xor);
6137 and = STEP(LL(e));
6140 c = LL(and);
6142 a2bL = LL(xor);
6164 # undef LL