Searched refs:attrElementValues (Results 1 – 1 of 1) sorted by relevance
229 llvm::ArrayRef<mlir::Attribute> attrElementValues = attrValue.getValue(); in verifyConstantForType() local230 for (const auto it : llvm::zip(resultElementTypes, attrElementValues)) in verifyConstantForType()