Searched refs:partType (Results 1 – 2 of 2) sorted by relevance
1214 mlir::Type partType = complexHelper.getComplexPartType(type); in createZeroValue() local1215 mlir::Value zeroPart = builder.createRealZeroConstant(loc, partType); in createZeroValue()
2420 mlir::Type partType = complexHelper.getComplexPartType(resultType); in genCmplx() local2421 mlir::Value real = builder.createConvert(loc, partType, args[0]); in genCmplx()2423 ? builder.createRealZeroConstant(loc, partType) in genCmplx()2424 : builder.createConvert(loc, partType, args[1]); in genCmplx()