Searched refs:tcExpr (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/VEX/priv/
H A Dir_defs.c3964 void tcExpr ( const IRSB* bb, const IRStmt* stmt, const IRExpr* expr, function
3975 tcExpr(bb,stmt, expr->Iex.GetI.ix, gWordTy );
3984 tcExpr(bb,stmt, qop->arg1, gWordTy );
3985 tcExpr(bb,stmt, qop->arg2, gWordTy );
3986 tcExpr(bb,stmt, qop->arg3, gWordTy );
3987 tcExpr(bb,stmt, qop->arg4, gWordTy );
4036 tcExpr(bb,stmt, triop->arg1, gWordTy );
4037 tcExpr(bb,stmt, triop->arg2, gWordTy );
4038 tcExpr(bb,stmt, triop->arg3, gWordTy );
4080 tcExpr(b
[all...]

Completed in 83 milliseconds