Home | History | Annotate | Download | only in priv

Lines Matching refs:tmpL

6196    IRTemp tmpL     = IRTemp_INVALID;
6242 tmpL = newTemp(Ity_I64);
6251 tmpL = newTemp(Ity_I32);
6266 assign( tmpL, binop(mkpair, mkexpr(esrc), mkexpr(gsrc)) );
6268 assign( tmpL, binop(mkpair, mkexpr(gsrc), mkexpr(esrc)) );
6270 assign( tmpRes, unop(getres, binop(shift, mkexpr(tmpL), mkexpr(tmpSH)) ) );
6274 mkexpr(tmpL),