Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/runtime/
H A Dsum.cpp103 CppTypeFor<TypeCategory::Integer, 4> RTNAME(SumInteger4)(const Descriptor &x, in RTNAME() argument
/llvm-project-15.0.7/flang/unittests/Runtime/
H A DReduction.cpp27 std::int32_t sum{RTNAME(SumInteger4)(*array, __FILE__, __LINE__)}; in TEST()
52 EXPECT_EQ(RTNAME(SumInteger4)(prod, __FILE__, __LINE__), 35); in TEST()
/llvm-project-15.0.7/flang/include/flang/Runtime/
H A Dreduction.h53 std::int32_t RTNAME(SumInteger4)(const Descriptor &, const char *source,
/llvm-project-15.0.7/flang/lib/Optimizer/Builder/Runtime/
H A DReduction.cpp885 func = fir::runtime::getRuntimeFunc<mkRTKey(SumInteger4)>(loc, builder); in genSum()