Searched refs:genFIRType (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | ConvertType.cpp | 99 genFIRType(mlir::MLIRContext *context, Fortran::common::TypeCategory tc, in genFIRType() function 151 baseType = genFIRType(context, category, dynamicType->kind(), params); in genExprType() 235 ty = genFIRType(context, tySpec->category(), kind, params); in genSymbolType() 438 return genFIRType(context, tc, kind, params); in getFIRType()
|