Lines Matching refs:Ico_U64
1102 case Ico_U64: return toBool( c1->Ico.U64 == c2->Ico.U64 ); in sameIRExprs_aux2()
1195 && e->Iex.Const.con->tag == Ico_U64
1225 case Ico_U64: return toBool( e->Iex.Const.con->Ico.U64 == 0); in isZeroU()
1239 case Ico_U64: return toBool( e->Iex.Const.con->Ico.U64 in isOnesU()
4768 || udst->Iex.Const.con->tag == Ico_U64)) { in maybe_loop_unroll_BB()
4771 xxx_value = udst->Iex.Const.con->tag == Ico_U64 in maybe_loop_unroll_BB()
4813 vassert(con->tag == Ico_U32 || con->tag == Ico_U64); in maybe_loop_unroll_BB()
4815 xxx_value = con->tag == Ico_U64 in maybe_loop_unroll_BB()
4851 vassert(con->tag == Ico_U32 || con->tag == Ico_U64); in maybe_loop_unroll_BB()
4856 || udst->Iex.Const.con->tag == Ico_U64); in maybe_loop_unroll_BB()
4860 if (con->tag == Ico_U64) { in maybe_loop_unroll_BB()