Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/examples/toy/Ch7/mlir/
H A DDialect.cpp219 llvm::ArrayRef<mlir::Type> resultElementTypes = resultType.getElementTypes(); in verifyConstantForType() local
223 if (!attrValue || attrValue.getValue().size() != resultElementTypes.size()) in verifyConstantForType()
230 for (const auto it : llvm::zip(resultElementTypes, attrElementValues)) in verifyConstantForType()