Home | History | Annotate | Download | only in priv

Lines Matching full:tobool

267       return toBool( isIRAtom(e->Iex.Binop.arg1) 
616 Bool typesOK = toBool( typeOfIRExpr(bb->tyenv,valE)
1028 return toBool( e1->Iex.Binop.op == e2->Iex.Binop.op
1035 return toBool( e1->Iex.Unop.op == e2->Iex.Unop.op
1044 case Ico_U1: return toBool( c1->Ico.U1 == c2->Ico.U1 );
1045 case Ico_U8: return toBool( c1->Ico.U8 == c2->Ico.U8 );
1046 case Ico_U16: return toBool( c1->Ico.U16 == c2->Ico.U16 );
1047 case Ico_U32: return toBool( c1->Ico.U32 == c2->Ico.U32 );
1048 case Ico_U64: return toBool( c1->Ico.U64 == c2->Ico.U64 );
1057 return toBool( tri1->op == tri2->op
1064 return toBool( sameIRExprs_aux( env, e1->Iex.Mux0X.cond,
1130 return toBool( e->tag == Iex_Const
1138 return toBool( e->tag == Iex_Const
1146 return toBool( e->tag == Iex_Const
1156 case Ico_U1: return toBool( e->Iex.Const.con->Ico.U1 == 0);
1157 case Ico_U8: return toBool( e->Iex.Const.con->Ico.U8 == 0);
1158 case Ico_U16: return toBool( e->Iex.Const.con->Ico.U16 == 0);
1159 case Ico_U32: return toBool( e->Iex.Const.con->Ico.U32 == 0);
1160 case Ico_U64: return toBool( e->Iex.Const.con->Ico.U64 == 0);
1170 case Ico_U8: return toBool( e->Iex.Const.con->Ico.U8 == 0xFF);
1171 case Ico_U16: return toBool( e->Iex.Const.con->Ico.U16 == 0xFFFF);
1172 case Ico_U32: return toBool( e->Iex.Const.con->Ico.U32
1174 case Ico_U64: return toBool( e->Iex.Const.con->Ico.U64
1192 case Iop_CmpNE32: return IRExpr_Const(IRConst_U1(toBool(0)));
1211 return IRExpr_Const(IRConst_U1(toBool(1)));
1370 e2 = IRExpr_Const(IRConst_U1(toBool(
1375 e2 = IRExpr_Const(IRConst_U1(toBool(
1465 e2 = IRExpr_Const(IRConst_U1(toBool(
1471 e2 = IRExpr_Const(IRConst_U1(toBool(
1477 e2 = IRExpr_Const(IRConst_U1(toBool(
1816 e2 = IRExpr_Const(IRConst_U1(toBool(
1821 e2 = IRExpr_Const(IRConst_U1(toBool(
1828 e2 = IRExpr_Const(IRConst_U1(toBool(
1833 e2 = IRExpr_Const(IRConst_U1(toBool(
1838 e2 = IRExpr_Const(IRConst_U1(toBool(
1845 e2 = IRExpr_Const(IRConst_U1(toBool(
1850 e2 = IRExpr_Const(IRConst_U1(toBool(
1857 e2 = IRExpr_Const(IRConst_U1(toBool(
1862 e2 = IRExpr_Const(IRConst_U1(toBool(
1869 e2 = IRExpr_Const(IRConst_U1(toBool(
1874 e2 = IRExpr_Const(IRConst_U1(toBool(
1881 e2 = IRExpr_Const(IRConst_U1(toBool(
1886 e2 = IRExpr_Const(IRConst_U1(toBool(
2154 zero = toBool(0 == (0xFF & e->Iex.Mux0X.cond
2698 return toBool( e->tag == Iex_Const
2706 return toBool( e->tag == Iex_Const
3094 return toBool(
3098 return toBool(
3103 return toBool(
3108 return toBool(
3113 return toBool(a1->u.Cf64i.f64i == a2->u.Cf64i.f64i);
3115 return toBool(a1->u.Mttt.co == a2->u.Mttt.co
3119 return toBool(eqIRRegArray(a1->u.GetIt.descr, a2->u.GetIt.descr)
3793 return toBool(
5099 = toBool( st->tag == Ist_Put
5109 = toBool( st->tag == Ist_Store
5120 = toBool(