Searched refs:tType (Results 1 – 1 of 1) sorted by relevance
988 if (auto tType = type.dyn_cast<TensorType>()) { in emitType() local989 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() local1005 return emitTupleType(loc, tType.getTypes()); in emitType()