Searched defs:complex_type (Results 1 – 12 of 12) sorted by relevance
1 struct complex_type { struct3 struct complex_type *complex_ptr; argument
184 if (auto complex_type = element_type.dyn_cast<mlir::ComplexType>()) { in CopyDenseElementsDataToXlaFormat() local202 if (auto complex_type = type.dyn_cast<mlir::ComplexType>()) { in GetElementTypeBytes() local
54 } else if (auto complex_type = type.dyn_cast<mlir::ComplexType>()) { in TypeToPrimitiveType() local
46 } else if (auto complex_type = element_type.dyn_cast<mlir::ComplexType>()) { in CreateConstOpWithSingleValue() local
127 } else if (auto complex_type = type.dyn_cast<mlir::ComplexType>()) { in ConvertScalarTypeToDataType() local
166 PrimitiveType ComplexComponentType(PrimitiveType complex_type) { in ComplexComponentType()
104 } else if (auto complex_type = type.dyn_cast<mlir::ComplexType>()) { in ConvertDerivedTypeAttrForOptionWriter() local
149 } else if (auto complex_type = type.dyn_cast<mlir::ComplexType>()) { in GetTFLiteType() local
114 } else if (auto complex_type = type.dyn_cast<ComplexType>()) { in get() local
206 const auto complex_type = in MapSymbolType() local
3785 const clang::ComplexType *complex_type = llvm::dyn_cast<clang::ComplexType>( in GetTypeInfo() local4921 const clang::ComplexType *complex_type = in GetEncoding() local
4471 let complex_type = quote! { in prepend_complex_type() localVariable