Searched refs:Ico_U1 (Results 1 – 8 of 8) sorted by relevance
70 case Ico_U1: vex_printf( "%d:I1", con->Ico.U1 ? 1 : 0); break; in ppIRConst()1228 c->tag = Ico_U1; in IRConst_U1()1705 case Ico_U1: return IRConst_U1(c->Ico.U1); in deepCopyIRConst()2519 case Ico_U1: return Ity_I1; in typeOfIRConst()2755 case Ico_U1: in saneIRConst()3414 case Ico_U1: return toBool( (1 & c1->Ico.U1) == (1 & c2->Ico.U1) ); in eqIRConst()
520 && guard->Iex.Const.con->tag == Ico_U1 in doHelperCall()595 && guard->Iex.Const.con->tag == Ico_U1 in doHelperCall()2126 vassert(e->Iex.Const.con->tag == Ico_U1); in iselCondCode_wrk()
1912 vassert(fcond->Iex.Const.con->tag == Ico_U1); in subst_and_fold_Stmt()2143 && e->Iex.Const.con->tag == Ico_U1 in isZeroU1()2151 && e->Iex.Const.con->tag == Ico_U1 in isOneU1()
722 && guard->Iex.Const.con->tag == Ico_U1 in doHelperCall()831 && guard->Iex.Const.con->tag == Ico_U1 in doHelperCall()
559 && guard->Iex.Const.con->tag == Ico_U1 in doHelperCall()1662 vassert(e->Iex.Const.con->tag == Ico_U1); in iselCondCode_wrk()
450 && guard->Iex.Const.con->tag == Ico_U1 in doHelperCall()561 && guard->Iex.Const.con->tag == Ico_U1 in doHelperCall()
259 Ico_U1=0x13000, enumerator
4533 case Ico_U1: return False; in isBogusAtom()