Home
last modified time | relevance | path

Searched refs:xxx_value (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/VEX/priv/
Dir_opt.c4747 Addr64 xxx_value, yyy_value; in maybe_loop_unroll_BB() local
4764 xxx_value = 0; in maybe_loop_unroll_BB()
4775 xxx_value = udst->Iex.Const.con->tag == Ico_U64 in maybe_loop_unroll_BB()
4787 if (xxx_value == my_addr) { in maybe_loop_unroll_BB()
4802 yyy_value = xxx_value; in maybe_loop_unroll_BB()
4819 xxx_value = con->tag == Ico_U64 in maybe_loop_unroll_BB()
4826 if (xxx_value != my_addr) in maybe_loop_unroll_BB()
4865 udst->Iex.Const.con->Ico.U64 = xxx_value; in maybe_loop_unroll_BB()
4868 udst->Iex.Const.con->Ico.U32 = (UInt)xxx_value; in maybe_loop_unroll_BB()