Searched defs:max1 (Results 1 – 3 of 3) sorted by relevance
4 subroutine max1(c1, c2, c3) subroutine9 ! CHECK-LABEL: func.func @_QPmax1 argument
48 EXPECT_LE(max1, static_cast<count_t>(0x7f)); in TEST() local
139 int max1 = std::max(1, std::max(2, 3)); variable