Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Optimizer/Dialect/
H A DFIRType.h275 mlir::Type fromRealTypeID(mlir::MLIRContext *context, llvm::Type::TypeID typeID,
/llvm-project-15.0.7/flang/lib/Optimizer/CodeGen/
H A DTypeConverter.h341 return fir::fromRealTypeID(&getContext(), kindMapping.getRealTypeID(kind), in convertRealType()
/llvm-project-15.0.7/flang/lib/Optimizer/Dialect/
H A DFIRType.cpp489 return fir::fromRealTypeID(getContext(), realTypeID, fkind); in getEleType()
946 mlir::Type fir::fromRealTypeID(mlir::MLIRContext *context, in fromRealTypeID() function in fir