Searched refs:Ico_U1 (Results 1 – 12 of 12) sorted by relevance
1098 case Ico_U1: return toBool( c1->Ico.U1 == c2->Ico.U1 ); in sameIRExprs_aux2()1221 case Ico_U1: return toBool( e->Iex.Const.con->Ico.U1 == 0); in isZeroU()2360 vassert(e->Iex.ITE.cond->Iex.Const.con->tag == Ico_U1); in fold_Expr()2609 vassert(fguard->Iex.Const.con->tag == Ico_U1); in subst_and_fold_Stmt()2636 vassert(fguard->Iex.Const.con->tag == Ico_U1); in subst_and_fold_Stmt()2730 vassert(fcond->Iex.Const.con->tag == Ico_U1); in subst_and_fold_Stmt()2835 vassert(guard->Iex.Const.con->tag == Ico_U1); in cprop_BB()2884 vassert(guard->Iex.Const.con->tag == Ico_U1); in cprop_BB()3070 && e->Iex.Const.con->tag == Ico_U1 in isZeroU1()3078 && e->Iex.Const.con->tag == Ico_U1 in isOneU1()
452 case Ico_U1: value = expr->Iex.Const.con->Ico.U1; break; in s390_expr_is_const_zero()474 case Ico_U1: value = con->Ico.U1; return ((Long)(value << 63) >> 63); in get_const_value_as_ulong()596 && guard->Iex.Const.con->tag == Ico_U1 in doHelperCall()1925 case Ico_U1: value = expr->Iex.Const.con->Ico.U1; break; in s390_isel_int_expr_RMI()3308 vassert(cond->Iex.Const.con->tag == Ico_U1); in s390_isel_cc()
76 case Ico_U1: vex_printf( "%d:I1", con->Ico.U1 ? 1 : 0); break; in ppIRConst()1678 c->tag = Ico_U1; in IRConst_U1()2249 case Ico_U1: return IRConst_U1(c->Ico.U1); in deepCopyIRConst()3511 case Ico_U1: return Ity_I1; in typeOfIRConst()3799 case Ico_U1: in saneIRConst()4609 case Ico_U1: return toBool( (1 & c1->Ico.U1) == (1 & c2->Ico.U1) ); in eqIRConst()
278 if (guard->tag == Iex_Const && guard->Iex.Const.con->tag == Ico_U1 in doHelperCall()333 if (guard->tag == Iex_Const && guard->Iex.Const.con->tag == Ico_U1 in doHelperCall()
541 && guard->Iex.Const.con->tag == Ico_U1 in doHelperCall()638 && guard->Iex.Const.con->tag == Ico_U1 in doHelperCall()2225 vassert(e->Iex.Const.con->tag == Ico_U1); in iselCondCode_wrk()
607 && guard->Iex.Const.con->tag == Ico_U1 in doHelperCall()713 && guard->Iex.Const.con->tag == Ico_U1 in doHelperCall()
489 if (guard->tag == Iex_Const && guard->Iex.Const.con->tag == Ico_U1 in doHelperCall()592 if (guard->tag == Iex_Const && guard->Iex.Const.con->tag == Ico_U1 in doHelperCall()
646 && guard->Iex.Const.con->tag == Ico_U1 in doHelperCall()1804 vassert(e->Iex.Const.con->tag == Ico_U1); in iselCondCode_wrk()
489 && guard->Iex.Const.con->tag == Ico_U1 in doHelperCall()625 && guard->Iex.Const.con->tag == Ico_U1 in doHelperCall()1146 vassert(e->Iex.Const.con->tag == Ico_U1); in iselCondCode_wrk()
841 && guard->Iex.Const.con->tag == Ico_U1 in doHelperCall()998 && guard->Iex.Const.con->tag == Ico_U1 in doHelperCall()
269 Ico_U1=0x1300, enumerator
6117 case Ico_U1: return False; in isBogusAtom()