Home
last modified time | relevance | path

Searched refs:isa_complex (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/flang/lib/Lower/
DFIRBuilder.cpp147 fir::isa_complex(toTy)) { in convertWithSemantics()
157 if (fir::isa_complex(fromTy) && in convertWithSemantics()
DIntrinsicCall.cpp964 if (fir::isa_complex(type)) { in genAbs()
DIO.cpp251 } else if (fir::isa_complex(itemType)) { in genOutputItemList()
/external/llvm-project/flang/include/flang/Optimizer/Dialect/
DFIRType.h396 inline bool isa_complex(mlir::Type t) { in isa_complex() function
DFIROps.td2552 (fir::isa_complex(inType) && fir::isa_complex(outType)))