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

/external/valgrind/main/memcheck/
H A Dmc_translate.c4966 static Bool sameIRValue ( IRExpr* e1, IRExpr* e2 ) function
4975 && sameIRValue(e1->Iex.Binop.arg1, e2->Iex.Binop.arg1)
4976 && sameIRValue(e1->Iex.Binop.arg2, e2->Iex.Binop.arg2);
4979 && sameIRValue(e1->Iex.Unop.arg, e2->Iex.Unop.arg);
4983 return sameIRValue( e1->Iex.Mux0X.cond, e2->Iex.Mux0X.cond )
4984 && sameIRValue( e1->Iex.Mux0X.expr0, e2->Iex.Mux0X.expr0 )
4985 && sameIRValue( e1->Iex.Mux0X.exprX, e2->Iex.Mux0X.exprX );
5002 VG_(printf)("mc_translate.c: sameIRValue: unhandled: ");
5004 VG_(tool_panic)("memcheck:sameIRValue");
5020 if (pp->entry == entry && sameIRValue(p
[all...]

Completed in 57 milliseconds