Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/examples/toy/Ch7/mlir/
H A DMLIRGen.cpp424 std::vector<mlir::Type> typeElements; in getConstantAttr() local
429 typeElements.push_back(getType(llvm::None)); in getConstantAttr()
432 typeElements.push_back(getType(llvm::None)); in getConstantAttr()
437 typeElements.push_back(attrTypePair.second); in getConstantAttr()
441 mlir::Type dataType = StructType::get(typeElements); in getConstantAttr()