Home | History | Annotate | Download | only in priv

Lines Matching defs:LL

2839                   where it is in the output block.  Afterwards we'll
3282 further we'll have to be sure that the descriptors are
3845 be CSEd, convert them into AvailExprs. If not, we'll just
5874 both LL and SC fall under this classification, since we
6038 # define LL(_e) ((_e)->Iex.Binop.arg1)
6052 a1 = LL(e);
6055 xor = STEP(LL(and));
6058 a2bL = LL(xor);
6082 and = STEP(LL(e));
6084 xor = STEP(LL(and));
6087 a2bL = LL(xor);
6110 a1 = LL(e);
6114 c = LL(and);
6116 a2bL = LL(xor);
6142 and = STEP(LL(e));
6145 c = LL(and);
6147 a2bL = LL(xor);
6169 # undef LL