Searched refs:ne_constant (Results 1 – 1 of 1) sorted by relevance
28 int32_t ne_constant = 825118; in TEST() local36 m.Return(m.Int32Constant(ne_constant)); in TEST()40 int32_t expect = a == 0 ? eq_constant : ne_constant; in TEST()49 int32_t ne_constant = 815118; in TEST() local63 m.Return(m.Int32Constant(ne_constant)); in TEST()67 int32_t expect = (k & 1) == 1 ? (a == 0 ? eq_constant : ne_constant) in TEST()68 : (a == 0 ? ne_constant : eq_constant); in TEST()79 int32_t ne_constant = 845118; in TEST() local87 m.Return(m.Int32Constant(ne_constant)); in TEST()91 int32_t expect = a < 0 ? eq_constant : ne_constant; in TEST()[all …]