Searched refs:isa_complex (Results 1 – 10 of 10) sorted by relevance
68 EXPECT_TRUE(fir::isa_complex(cVal1.getType())); in TEST_F()69 EXPECT_TRUE(fir::isa_complex(cVal2.getType())); in TEST_F()86 EXPECT_TRUE(fir::isa_complex(cVal4.getType())); in TEST_F()95 EXPECT_TRUE(fir::isa_complex(v1.getType())); in TEST_F()
122 inline bool isa_complex(mlir::Type t) { in isa_complex() function132 return isa_integer(t) || isa_real(t) || isa_complex(t) || in isa_trivial()
125 if (fir::isa_complex(eleTy)) in testGenSum()158 if (fir::isa_complex(eleTy)) in testGenProduct()190 if (fir::isa_complex(eleTy)) in testGenDotProduct()
756 if (fir::isa_complex(eleTy)) { in genProduct()834 if (fir::isa_complex(eleTy)) { in genDotProduct()906 if (fir::isa_complex(eleTy)) { in genSum()
446 (fir::isa_complex(ty) && !noComplexConversion)) { in hasPortableSignature()453 (fir::isa_complex(ty) && !noComplexConversion)) { in hasPortableSignature()
799 if (fir::isa_complex(fromFirTy) && fir::isa_complex(toFirTy)) { in matchAndRewrite()1224 if (fir::isa_complex(boxEleTy)) {2303 if (fir::isa_complex(objectTy)) { in doRewrite()
281 fir::isa_complex(toTy)) { in convertWithSemantics()290 if (fir::isa_complex(fromTy) && in convertWithSemantics()1212 if (fir::isa_complex(type)) { in createZeroValue()
918 (fir::isa_complex(inType) && fir::isa_complex(outType))) in verify()967 if (!(fir::isa_aggregate(eleTy) || fir::isa_complex(eleTy) || in verify()
208 if (fir::isa_complex(eleTy)) { in genProdOrSum()238 if (fir::isa_complex(eleTy)) { in genDotProd()2124 if (fir::isa_complex(type)) { in genAbs()
507 if (fir::isa_complex(itemTy)) { in genOutputItemList()