Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/unittests/Runtime/
H A DTime.cpp60 count_t max4{RTNAME(SystemClockCountMax)(4)}; in TEST() local
61 EXPECT_GT(max4, 0); in TEST()
62 EXPECT_LE(max4, static_cast<count_t>(0x7fffffff)); in TEST()
65 EXPECT_LE(start4, max4); in TEST()
/llvm-project-15.0.7/flang/test/Evaluate/
H A Dfolding07.f90223 max4 = maxexponent(0._4), & variable
229 logical, parameter :: test_max4 = max4 == 128
/llvm-project-15.0.7/llvm/test/Transforms/InstSimplify/
H A Dmaxmin.ll96 define i1 @max4(i32 %x, i32 %y) {
97 ; CHECK-LABEL: @max4(
/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/
H A Dfast-math.ll857 define fp128 @max4(fp128 %a, fp128 %b) {
858 ; CHECK-LABEL: @max4(