Searched refs:Ico_U1 (Results 1 – 10 of 10) sorted by relevance
411 case Ico_U1: value = expr->Iex.Const.con->Ico.U1; break; in s390_expr_is_const_zero()507 && guard->Iex.Const.con->tag == Ico_U1 in doHelperCall()1469 case Ico_U1: value = expr->Iex.Const.con->Ico.U1; break; in s390_isel_int_expr_RMI()2011 vassert(cond->Iex.Const.con->tag == Ico_U1); in s390_isel_cc()
75 case Ico_U1: vex_printf( "%d:I1", con->Ico.U1 ? 1 : 0); break; in ppIRConst()1380 c->tag = Ico_U1; in IRConst_U1()1896 case Ico_U1: return IRConst_U1(c->Ico.U1); in deepCopyIRConst()2924 case Ico_U1: return Ity_I1; in typeOfIRConst()3170 case Ico_U1: in saneIRConst()3869 case Ico_U1: return toBool( (1 & c1->Ico.U1) == (1 & c2->Ico.U1) ); in eqIRConst()
1044 case Ico_U1: return toBool( c1->Ico.U1 == c2->Ico.U1 ); in sameIRExprs_aux2()1156 case Ico_U1: return toBool( e->Iex.Const.con->Ico.U1 == 0); in isZeroU()2465 vassert(fcond->Iex.Const.con->tag == Ico_U1); in subst_and_fold_Stmt()2699 && e->Iex.Const.con->tag == Ico_U1 in isZeroU1()2707 && e->Iex.Const.con->tag == Ico_U1 in isOneU1()
494 && guard->Iex.Const.con->tag == Ico_U1 in doHelperCall()569 && guard->Iex.Const.con->tag == Ico_U1 in doHelperCall()2067 vassert(e->Iex.Const.con->tag == Ico_U1); in iselCondCode_wrk()
409 if (guard->tag == Iex_Const && guard->Iex.Const.con->tag == Ico_U1 in doHelperCall()492 if (guard->tag == Iex_Const && guard->Iex.Const.con->tag == Ico_U1 in doHelperCall()
577 && guard->Iex.Const.con->tag == Ico_U1 in doHelperCall()1681 vassert(e->Iex.Const.con->tag == Ico_U1); in iselCondCode_wrk()
772 && guard->Iex.Const.con->tag == Ico_U1 in doHelperCall()881 && guard->Iex.Const.con->tag == Ico_U1 in doHelperCall()
462 && guard->Iex.Const.con->tag == Ico_U1 in doHelperCall()573 && guard->Iex.Const.con->tag == Ico_U1 in doHelperCall()
264 Ico_U1=0x13000, enumerator
5174 case Ico_U1: return False; in isBogusAtom()