Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/unittests/Runtime/
H A DTransformational.cpp56 static std::int32_t cshiftExpect2[6]{3, 6, 5, 2, 1, 4}; in TEST() local
59 *result.ZeroBasedIndexedElement<std::int32_t>(j), cshiftExpect2[j]); in TEST()