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

/external/valgrind/VEX/priv/
H A Dir_opt.c1257 case Iop_CmpNE32: return IRExpr_Const(IRConst_U1(toBool(0)));
1279 return IRExpr_Const(IRConst_U1(toBool(1)));
1466 e2 = IRExpr_Const(IRConst_U1(toBool(
1471 e2 = IRExpr_Const(IRConst_U1(toBool(
1498 e2 = IRExpr_Const(IRConst_U1(
1561 e2 = IRExpr_Const(IRConst_U1(toBool(
1567 e2 = IRExpr_Const(IRConst_U1(toBool(
1573 e2 = IRExpr_Const(IRConst_U1(toBool(
1924 e2 = IRExpr_Const(IRConst_U1(toBool(
1929 e2 = IRExpr_Const(IRConst_U1(toBoo
[all...]
H A Dir_defs.c1671 IRConst* IRConst_U1 ( Bool bit ) function
2245 case Ico_U1: return IRConst_U1(c->Ico.U1);
4673 d->guard = IRExpr_Const(IRConst_U1(True));
4684 d->guard = IRExpr_Const(IRConst_U1(True));
H A Dguest_s390_toIR.c391 iterate_if(IRExpr_Const(IRConst_U1(True)));
10991 restart_if(IRExpr_Const(IRConst_U1(True)));
/external/valgrind/VEX/pub/
H A Dlibvex_ir.h311 extern IRConst* IRConst_U1 ( Bool );
/external/valgrind/VEX/useful/
H A Dtest_main.c712 case Ity_I1: return IRExpr_Const(IRConst_U1(False));
/external/valgrind/memcheck/
H A Dmc_translate.c402 case Ity_I1: return IRExpr_Const(IRConst_U1(False));
440 #define mkU1(_n) IRExpr_Const(IRConst_U1(_n))

Completed in 508 milliseconds