Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/IR/
H A DBuiltinTypes.cpp469 ShapedType originalShapedType = originalType.cast<ShapedType>(); in isRankReducedType() local
474 ArrayRef<int64_t> originalShape = originalShapedType.getShape(); in isRankReducedType()
489 if (originalShapedType.getElementType() != in isRankReducedType()