Home
last modified time | relevance | path

Searched defs:convertComplexType (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/flang/lib/Optimizer/CodeGen/
H A DTypeConverter.h305 mlir::Type convertComplexType(C cmplx) { in convertComplexType() function
/llvm-project-15.0.7/mlir/lib/Conversion/LLVMCommon/
H A DTypeConverter.cpp190 Type LLVMTypeConverter::convertComplexType(ComplexType type) { in convertComplexType() function in LLVMTypeConverter