Home | History | Annotate | Download | only in priv

Lines Matching refs:srcM

8412         IRTemp srcM = newTemp(Ity_I32);
8419 assign( srcM, binop(Iop_Sar32,
8423 assign( res, binop(Iop_Mul32, mkexpr(srcN), mkexpr(srcM)) );