Home
last modified time | relevance | path

Searched refs:convertComplexType (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Conversion/LLVMCommon/
H A DTypeConverter.h157 Type convertComplexType(ComplexType type);
/llvm-project-15.0.7/flang/lib/Optimizer/CodeGen/
H A DTypeConverter.h70 [&](fir::ComplexType cmplx) { return convertComplexType(cmplx); }); in LLVMTypeConverter()
305 mlir::Type convertComplexType(C cmplx) { in convertComplexType() function
/llvm-project-15.0.7/mlir/lib/Conversion/LLVMCommon/
H A DTypeConverter.cpp31 addConversion([&](ComplexType type) { return convertComplexType(type); }); in LLVMTypeConverter()
190 Type LLVMTypeConverter::convertComplexType(ComplexType type) { in convertComplexType() function in LLVMTypeConverter