Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/examples/toy/Ch7/mlir/
H A DDialect.cpp229 llvm::ArrayRef<mlir::Attribute> attrElementValues = attrValue.getValue(); in verifyConstantForType() local
230 for (const auto it : llvm::zip(resultElementTypes, attrElementValues)) in verifyConstantForType()