Lines Matching defs:complex
601 static mlir::Type getComplexEleTy(mlir::Type complex) {
602 return mlir::cast<mlir::ComplexType>(complex).getElementType();
606 /// Compare complex values
766 // Complex to complex conversion.
768 // Special case: handle the conversion of a complex such that both the
2560 /// (memory) references to records, arrays, complex, etc. as well as boxes.
2963 // Only integer and floating point (including complex) attributes are
3628 /// Generate inline code for complex addition/subtraction
3683 /// Inlined complex multiply
3717 /// Inlined complex division
3757 /// Inlined complex negation