Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/unittests/Optimizer/Builder/Runtime/
H A DReductionTest.cpp147 void testGenProduct( in testGenProduct() function
165 testGenProduct(*firBuilder, f32Ty, "_FortranAProductReal4"); in TEST_F()
166 testGenProduct(*firBuilder, f64Ty, "_FortranAProductReal8"); in TEST_F()
167 testGenProduct(*firBuilder, f80Ty, "_FortranAProductReal10"); in TEST_F()
168 testGenProduct(*firBuilder, f128Ty, "_FortranAProductReal16"); in TEST_F()
169 testGenProduct(*firBuilder, i8Ty, "_FortranAProductInteger1"); in TEST_F()
170 testGenProduct(*firBuilder, i16Ty, "_FortranAProductInteger2"); in TEST_F()
171 testGenProduct(*firBuilder, i32Ty, "_FortranAProductInteger4"); in TEST_F()
172 testGenProduct(*firBuilder, i64Ty, "_FortranAProductInteger8"); in TEST_F()
173 testGenProduct(*firBuilder, i128Ty, "_FortranAProductInteger16"); in TEST_F()
[all …]