Searched refs:getComplexPartType (Results 1 – 7 of 7) sorted by relevance
16 fir::factory::Complex::getComplexPartType(mlir::Type complexType) const { in getComplexPartType() function in fir::factory::Complex20 mlir::Type fir::factory::Complex::getComplexPartType(mlir::Value cplx) const { in getComplexPartType() function in fir::factory::Complex21 return getComplexPartType(cplx.getType()); in getComplexPartType()
283 auto eleTy = helper.getComplexPartType(toTy); in convertWithSemantics()1214 mlir::Type partType = complexHelper.getComplexPartType(type); in createZeroValue()
32 mlir::Type getComplexPartType(mlir::Value cplx) const;33 mlir::Type getComplexPartType(mlir::Type complexType) const;63 loc, getComplexPartType(cplx), cplx, in extract()
70 EXPECT_TRUE(fir::isa_real(helper->getComplexPartType(cVal1))); in TEST_F()71 EXPECT_TRUE(fir::isa_real(helper->getComplexPartType(cVal2))); in TEST_F()87 EXPECT_TRUE(fir::isa_real(helper->getComplexPartType(cVal4))); in TEST_F()
104 return fir::factory::Complex{builder, loc}.getComplexPartType(complexType); in gen()
2420 mlir::Type partType = complexHelper.getComplexPartType(resultType); in genCmplx()
1763 helper.getComplexPartType(fir::dyn_cast_ptrEleTy(base.getType())); in gen()