Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/priv/
Dir_opt.c965 return IRExpr_Const(IRConst_U1(toBool(1))); in mkOnesOfPrimopResultType()
1097 e2 = IRExpr_Const(IRConst_U1(toBool( in fold_Expr()
1102 e2 = IRExpr_Const(IRConst_U1(toBool( in fold_Expr()
1125 e2 = IRExpr_Const(IRConst_U1( in fold_Expr()
1188 e2 = IRExpr_Const(IRConst_U1(toBool( in fold_Expr()
1194 e2 = IRExpr_Const(IRConst_U1(toBool( in fold_Expr()
1200 e2 = IRExpr_Const(IRConst_U1(toBool( in fold_Expr()
1470 e2 = IRExpr_Const(IRConst_U1(toBool( in fold_Expr()
1475 e2 = IRExpr_Const(IRConst_U1(toBool( in fold_Expr()
1482 e2 = IRExpr_Const(IRConst_U1(toBool( in fold_Expr()
[all …]
Dir_defs.c1283 IRConst* IRConst_U1 ( Bool bit ) in IRConst_U1() function
1778 case Ico_U1: return IRConst_U1(c->Ico.U1); in deepCopyIRConst()
3626 d->guard = IRExpr_Const(IRConst_U1(True)); in unsafeIRDirty_0_N()
3637 d->guard = IRExpr_Const(IRConst_U1(True)); in unsafeIRDirty_1_N()
Dguest_s390_toIR.c8911 stmt(IRStmt_Exit(IRExpr_Const(IRConst_U1(True)), Ijk_TInval, in s390_irgen_EX()
/external/valgrind/main/VEX/pub/
Dlibvex_ir.h299 extern IRConst* IRConst_U1 ( Bool );
/external/valgrind/main/VEX/
Dtest_main.c668 case Ity_I1: return IRExpr_Const(IRConst_U1(False)); in definedOfType()
/external/valgrind/main/memcheck/
Dmc_translate.c378 case Ity_I1: return IRExpr_Const(IRConst_U1(False)); in definedOfType()