Home
last modified time | relevance | path

Searched defs:cplx (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/flang/include/flang/Optimizer/Builder/
H A DComplex.h44 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()
/llvm-project-15.0.7/libcxx/test/libcxx/numerics/complex.number/
H A D__sqr.pass.cpp26 typedef std::complex<T> cplx; in test() typedef
/llvm-project-15.0.7/flang/lib/Lower/
H A DMangler.cpp257 if (auto cplx{t.dyn_cast<fir::ComplexType>()}) { in typeToString() local
H A DIntrinsicCall.cpp1359 if (auto cplx{t.dyn_cast<fir::ComplexType>()}) in getFloatingPointWidth() local
2447 mlir::Value cplx = args[0]; in genConjg() local
H A DConvertExpr.cpp1149 mlir::Value extractComplexPart(mlir::Value cplx, bool isImagPart) { in extractComplexPart()
/llvm-project-15.0.7/flang/lib/Optimizer/CodeGen/
H A DTargetRewrite.cpp667 auto cplx = rewriter->create<fir::InsertValueOp>( in convertSignature() local
/llvm-project-15.0.7/mlir/test/CAPI/
H A Dir.c702 MlirType cplx = mlirComplexTypeGet(f32); in printBuiltinTypes() local