Home | History | Annotate | Download | only in priv

Lines Matching refs:LL

2838                   where it is in the output block.  Afterwards we'll
3281 further we'll have to be sure that the descriptors are
3844 be CSEd, convert them into AvailExprs. If not, we'll just
5873 both LL and SC fall under this classification, since we
6037 # define LL(_e) ((_e)->Iex.Binop.arg1)
6051 a1 = LL(e);
6054 xor = STEP(LL(and));
6057 a2bL = LL(xor);
6081 and = STEP(LL(e));
6083 xor = STEP(LL(and));
6086 a2bL = LL(xor);
6109 a1 = LL(e);
6113 c = LL(and);
6115 a2bL = LL(xor);
6141 and = STEP(LL(e));
6144 c = LL(and);
6146 a2bL = LL(xor);
6168 # undef LL