Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dir_opt.c4748 Addr64 xxx_value, yyy_value; in maybe_loop_unroll_BB() local
4765 xxx_value = 0; in maybe_loop_unroll_BB()
4776 xxx_value = udst->Iex.Const.con->tag == Ico_U64 in maybe_loop_unroll_BB()
4788 if (xxx_value == my_addr) { in maybe_loop_unroll_BB()
4803 yyy_value = xxx_value; in maybe_loop_unroll_BB()
4820 xxx_value = con->tag == Ico_U64 in maybe_loop_unroll_BB()
4827 if (xxx_value != my_addr) in maybe_loop_unroll_BB()
4866 udst->Iex.Const.con->Ico.U64 = xxx_value; in maybe_loop_unroll_BB()
4869 udst->Iex.Const.con->Ico.U32 = (UInt)xxx_value; in maybe_loop_unroll_BB()