Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/test/src/math/exhaustive/
H A Dfmod_generic_impl_test.cpp47 int max2 = nl::max_exponent + 3; in testExtensive() local
49 for (int iy = min2; iy < max2; iy++) { in testExtensive()
54 for (int ix = min2; ix < max2; ix++) { in testExtensive()
/llvm-project-15.0.7/flang/unittests/Runtime/
H A DTime.cpp53 count_t max2{RTNAME(SystemClockCountMax)(2)}; in TEST() local
54 EXPECT_GT(max2, 0); in TEST()
55 EXPECT_LE(max2, static_cast<count_t>(0x7fff)); in TEST()
58 EXPECT_LE(start2, max2); in TEST()
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dscalar_sse_minmax.ll37 define double @max2(double %x, double %y) {
38 ; CHECK-LABEL: max2
/llvm-project-15.0.7/flang/test/Evaluate/
H A Dfolding07.f90221 max2 = maxexponent(0._2), & variable
227 logical, parameter :: test_max2 = max2 == 16
/llvm-project-15.0.7/llvm/test/Transforms/SLPVectorizer/AMDGPU/
H A Dreduction.ll504 %max2 = select i1 %cmp2, i16 %elt2, i16 %max1
505 %cmp3 = icmp ugt i16 %elt3, %max2
506 %max3 = select i1 %cmp3, i16 %elt3, i16 %max2
540 %max2 = select i1 %cmp2, i16 %elt2, i16 %max1
541 %cmp3 = icmp sgt i16 %elt3, %max2
542 %max3 = select i1 %cmp3, i16 %elt3, i16 %max2
573 %max2 = select i1 %cmp2, half %elt2, half %max1
574 %cmp3 = fcmp fast ogt half %elt3, %max2
575 %max3 = select i1 %cmp3, half %elt3, half %max2
/llvm-project-15.0.7/llvm/test/Transforms/InstSimplify/
H A Dmaxmin.ll76 define i1 @max2(i32 %x, i32 %y) {
77 ; CHECK-LABEL: @max2(
/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/
H A Dminmax-fp.ll118 %max2 = select i1 %cmp2, float -0.0, float %max1
119 ret float %max2
H A Dfast-math.ll838 define float @max2(float %a, float %b) {
839 ; CHECK-LABEL: @max2(