Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Target/Cpp/
H A DTranslateToCpp.cpp988 if (auto tType = type.dyn_cast<TensorType>()) { in emitType() local
989 if (!tType.hasRank()) in emitType()
991 if (!tType.hasStaticShape()) in emitType()
994 if (failed(emitType(loc, tType.getElementType()))) in emitType()
996 auto shape = tType.getShape(); in emitType()
1004 if (auto tType = type.dyn_cast<TupleType>()) in emitType() local
1005 return emitTupleType(loc, tType.getTypes()); in emitType()