Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/StandardOps/IR/
DOps.cpp2470 Type resultElementType = resultType.cast<ShapedType>().getElementType(); in verify() local
2471 if (operandElementType != resultElementType) in verify()