HomeSort by relevance Sort by last modified time
    Searched full:ne_constant (Results 1 - 1 of 1) sorted by null

  /external/v8/test/cctest/compiler/
test-branch-combine.cc 23 int32_t ne_constant = 825118; local
31 m.Return(m.Int32Constant(ne_constant));
35 int32_t expect = a == 0 ? eq_constant : ne_constant;
44 int32_t ne_constant = 815118; local
58 m.Return(m.Int32Constant(ne_constant));
62 int32_t expect = (k & 1) == 1 ? (a == 0 ? eq_constant : ne_constant)
63 : (a == 0 ? ne_constant : eq_constant);
74 int32_t ne_constant = 845118; local
82 m.Return(m.Int32Constant(ne_constant));
86 int32_t expect = a < 0 ? eq_constant : ne_constant;
419 int32_t ne_constant = 915118; local
    [all...]

Completed in 288 milliseconds