Searched refs:resultElementTypes (Results 1 – 1 of 1) sorted by relevance
219 llvm::ArrayRef<mlir::Type> resultElementTypes = resultType.getElementTypes(); in verifyConstantForType() local223 if (!attrValue || attrValue.getValue().size() != resultElementTypes.size()) in verifyConstantForType()230 for (const auto it : llvm::zip(resultElementTypes, attrElementValues)) in verifyConstantForType()