Searched refs:typeElements (Results 1 – 1 of 1) sorted by relevance
439 std::vector<mlir::Type> typeElements; in getConstantAttr() local444 typeElements.push_back(getType(std::nullopt)); in getConstantAttr()447 typeElements.push_back(getType(std::nullopt)); in getConstantAttr()452 typeElements.push_back(attrTypePair.second); in getConstantAttr()456 mlir::Type dataType = StructType::get(typeElements); in getConstantAttr()