Lines Matching refs:con1
3448 IRConst con1; member
3470 IRConst con1; member
3476 IRConst con1; member
3525 && eqIRConst(&a1->u.Bct.con1, &a2->u.Bct.con1)); in eq_AvailExpr()
3538 && eqIRConst(&a1->u.Itct.con1, &a2->u.Itct.con1) in eq_AvailExpr()
3542 && eqIRConst(&a1->u.Itcc.con1, &a2->u.Itcc.con1) in eq_AvailExpr()
3578 IRConst *con, *con0, *con1; in availExpr_to_IRExpr() local
3594 *con = ae->u.Bct.con1; in availExpr_to_IRExpr()
3611 con1 = LibVEX_Alloc_inline(sizeof(IRConst)); in availExpr_to_IRExpr()
3612 *con1 = ae->u.Itct.con1; in availExpr_to_IRExpr()
3614 IRExpr_Const(con1), in availExpr_to_IRExpr()
3619 con1 = LibVEX_Alloc_inline(sizeof(IRConst)); in availExpr_to_IRExpr()
3621 *con1 = ae->u.Itcc.con1; in availExpr_to_IRExpr()
3623 IRExpr_Const(con1), in availExpr_to_IRExpr()
3762 ae->u.Bct.con1 = *(e->Iex.Binop.arg1->Iex.Const.con); in irExpr_to_AvailExpr()
3791 ae->u.Itct.con1 = *(e->Iex.ITE.iftrue->Iex.Const.con); in irExpr_to_AvailExpr()
3808 ae->u.Itcc.con1 = *(e->Iex.ITE.iftrue->Iex.Const.con); in irExpr_to_AvailExpr()