Home
last modified time | relevance | path

Searched refs:cpR (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/coregrind/m_debuginfo/
Dreaddwarf.c2392 Int cpL, cpR, cpA; in copy_convert_CfiExpr_tree() local
2411 cpR = copy_convert_CfiExpr_tree( dstxa, srcuc, src->Cex.Binop.ixR ); in copy_convert_CfiExpr_tree()
2412 vg_assert(cpL >= -1 && cpR >= -1); in copy_convert_CfiExpr_tree()
2413 if (cpL == -1 || cpR == -1) in copy_convert_CfiExpr_tree()
2415 return ML_(CfiExpr_Binop)( dstxa, src->Cex.Binop.op, cpL, cpR ); in copy_convert_CfiExpr_tree()