Lines Matching refs:toBool
274 return toBool( isIRAtom(e->Iex.Binop.arg1) in isFlat()
643 Bool typesOK = toBool( typeOfIRExpr(bb->tyenv,valE) in redundant_get_removal_BB()
1074 return toBool( e1->Iex.Binop.op == e2->Iex.Binop.op in sameIRExprs_aux2()
1081 return toBool( e1->Iex.Unop.op == e2->Iex.Unop.op in sameIRExprs_aux2()
1090 case Ico_U1: return toBool( c1->Ico.U1 == c2->Ico.U1 ); in sameIRExprs_aux2()
1091 case Ico_U8: return toBool( c1->Ico.U8 == c2->Ico.U8 ); in sameIRExprs_aux2()
1092 case Ico_U16: return toBool( c1->Ico.U16 == c2->Ico.U16 ); in sameIRExprs_aux2()
1093 case Ico_U32: return toBool( c1->Ico.U32 == c2->Ico.U32 ); in sameIRExprs_aux2()
1094 case Ico_U64: return toBool( c1->Ico.U64 == c2->Ico.U64 ); in sameIRExprs_aux2()
1103 return toBool( tri1->op == tri2->op in sameIRExprs_aux2()
1110 return toBool( sameIRExprs_aux( env, e1->Iex.ITE.cond, in sameIRExprs_aux2()
1176 return toBool( e->tag == Iex_Const in isZeroU32()
1184 return toBool( e->tag == Iex_Const in isZeroU64()
1192 return toBool( e->tag == Iex_Const in isZeroV128()
1200 return toBool( e->tag == Iex_Const in isZeroV256()
1210 case Ico_U1: return toBool( e->Iex.Const.con->Ico.U1 == 0); in isZeroU()
1211 case Ico_U8: return toBool( e->Iex.Const.con->Ico.U8 == 0); in isZeroU()
1212 case Ico_U16: return toBool( e->Iex.Const.con->Ico.U16 == 0); in isZeroU()
1213 case Ico_U32: return toBool( e->Iex.Const.con->Ico.U32 == 0); in isZeroU()
1214 case Ico_U64: return toBool( e->Iex.Const.con->Ico.U64 == 0); in isZeroU()
1224 case Ico_U8: return toBool( e->Iex.Const.con->Ico.U8 == 0xFF); in isOnesU()
1225 case Ico_U16: return toBool( e->Iex.Const.con->Ico.U16 == 0xFFFF); in isOnesU()
1226 case Ico_U32: return toBool( e->Iex.Const.con->Ico.U32 in isOnesU()
1228 case Ico_U64: return toBool( e->Iex.Const.con->Ico.U64 in isOnesU()
1246 case Iop_CmpNE32: return IRExpr_Const(IRConst_U1(toBool(0))); in mkZeroOfPrimopResultType()
1267 return IRExpr_Const(IRConst_U1(toBool(1))); in mkOnesOfPrimopResultType()
1445 e2 = IRExpr_Const(IRConst_U1(toBool( in fold_Expr()
1450 e2 = IRExpr_Const(IRConst_U1(toBool( in fold_Expr()
1540 e2 = IRExpr_Const(IRConst_U1(toBool( in fold_Expr()
1546 e2 = IRExpr_Const(IRConst_U1(toBool( in fold_Expr()
1552 e2 = IRExpr_Const(IRConst_U1(toBool( in fold_Expr()
1891 e2 = IRExpr_Const(IRConst_U1(toBool( in fold_Expr()
1896 e2 = IRExpr_Const(IRConst_U1(toBool( in fold_Expr()
1905 e2 = IRExpr_Const(IRConst_U1(toBool( in fold_Expr()
1912 e2 = IRExpr_Const(IRConst_U1(toBool( in fold_Expr()
1919 e2 = IRExpr_Const(IRConst_U1(toBool( in fold_Expr()
1926 e2 = IRExpr_Const(IRConst_U1(toBool( in fold_Expr()
1931 e2 = IRExpr_Const(IRConst_U1(toBool( in fold_Expr()
1938 e2 = IRExpr_Const(IRConst_U1(toBool( in fold_Expr()
1943 e2 = IRExpr_Const(IRConst_U1(toBool( in fold_Expr()
1950 e2 = IRExpr_Const(IRConst_U1(toBool( in fold_Expr()
1955 e2 = IRExpr_Const(IRConst_U1(toBool( in fold_Expr()
1962 e2 = IRExpr_Const(IRConst_U1(toBool( in fold_Expr()
1967 e2 = IRExpr_Const(IRConst_U1(toBool( in fold_Expr()
3002 return toBool( e->tag == Iex_Const in isZeroU1()
3010 return toBool( e->tag == Iex_Const in isOneU1()
3418 return toBool( in eq_AvailExpr()
3422 return toBool( in eq_AvailExpr()
3427 return toBool( in eq_AvailExpr()
3432 return toBool( in eq_AvailExpr()
3437 return toBool(a1->u.Cf64i.f64i == a2->u.Cf64i.f64i); in eq_AvailExpr()
3439 return toBool(a1->u.Ittt.co == a2->u.Ittt.co in eq_AvailExpr()
3443 return toBool(a1->u.Ittc.co == a2->u.Ittc.co in eq_AvailExpr()
3447 return toBool(a1->u.Itct.co == a2->u.Itct.co in eq_AvailExpr()
3451 return toBool(a1->u.Itcc.co == a2->u.Itcc.co in eq_AvailExpr()
3455 return toBool(eqIRRegArray(a1->u.GetIt.descr, a2->u.GetIt.descr) in eq_AvailExpr()
4193 return toBool( in identicalPutIs()
5726 = toBool( st->tag == Ist_Store in ado_treebuild_BB()
5738 = toBool( in ado_treebuild_BB()