Home | History | Annotate | Download | only in m_debuginfo

Lines Matching refs:cpL

2526    Int      cpL, cpR, cpA;
2544 cpL = copy_convert_CfiExpr_tree( dstxa, srcuc, src->Cex.Binop.ixL );
2546 vg_assert(cpL >= -1 && cpR >= -1);
2547 if (cpL == -1 || cpR == -1)
2549 return ML_(CfiExpr_Binop)( dstxa, src->Cex.Binop.op, cpL, cpR );