Home | History | Annotate | Download | only in helgrind

Lines Matching full:arg2

4400 static IRExpr* mk_And1 ( IRSB* sbOut, IRExpr* arg1, IRExpr* arg2 )
4402 tl_assert(arg1 && arg2);
4404 tl_assert(isIRAtom(arg2));
4405 /* Generate 32to1(And32(1Uto32(arg1), 1Uto32(arg2))). Appalling
4412 addStmtToIRSB(sbOut, assign(wide2, unop(Iop_1Uto32, arg2)));