Searched refs:convertComplexType (Results 1 – 3 of 3) sorted by relevance
157 Type convertComplexType(ComplexType type);
70 [&](fir::ComplexType cmplx) { return convertComplexType(cmplx); }); in LLVMTypeConverter()305 mlir::Type convertComplexType(C cmplx) { in convertComplexType() function
31 addConversion([&](ComplexType type) { return convertComplexType(type); }); in LLVMTypeConverter()190 Type LLVMTypeConverter::convertComplexType(ComplexType type) { in convertComplexType() function in LLVMTypeConverter