Searched refs:AnyComplex (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/flang/include/flang/Optimizer/Dialect/ |
| H A D | FIRTypes.td | 559 // Note that we include both fir_ComplexType and AnyComplex, so we can use both 563 fir_SequenceType.predicate, fir_ComplexType.predicate, AnyComplex.predicate,
|
| /llvm-project-15.0.7/flang/lib/Evaluate/ |
| H A D | intrinsics.cpp | 124 static constexpr TypePattern AnyComplex{ComplexType, KindCode::any}; variable 349 {"cmplx", {{"x", AnyComplex}, DefaultingKIND}, KINDComplex}, 377 {{"vector_a", AnyComplex, Rank::vector}, 961 {{"dcmplx", {{"x", AnyComplex}}, DoublePrecisionComplex}, "cmplx", true}, 996 {{"dreal", {{"a", AnyComplex}}, DoublePrecision}, "real", true},
|
| /llvm-project-15.0.7/mlir/include/mlir/IR/ |
| H A D | OpBase.td | 491 def AnyComplex : Type<CPred<"$_self.isa<::mlir::ComplexType>()">,
|