Searched defs:cplx (Results 1 – 7 of 7) sorted by relevance
44 mlir::Value extractComplexPart(mlir::Value cplx, bool isImagPart) { in extractComplexPart()49 std::pair<mlir::Value, mlir::Value> extractParts(mlir::Value cplx) { in extractParts()53 mlir::Value insertComplexPart(mlir::Value cplx, mlir::Value part, in insertComplexPart()61 mlir::Value extract(mlir::Value cplx) { in extract()69 mlir::Value insert(mlir::Value cplx, mlir::Value part) { in insert()
26 typedef std::complex<T> cplx; in test() typedef
257 if (auto cplx{t.dyn_cast<fir::ComplexType>()}) { in typeToString() local
1359 if (auto cplx{t.dyn_cast<fir::ComplexType>()}) in getFloatingPointWidth() local2447 mlir::Value cplx = args[0]; in genConjg() local
1149 mlir::Value extractComplexPart(mlir::Value cplx, bool isImagPart) { in extractComplexPart()
667 auto cplx = rewriter->create<fir::InsertValueOp>( in convertSignature() local
702 MlirType cplx = mlirComplexTypeGet(f32); in printBuiltinTypes() local