Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Bufferization/IR/
H A DBufferizationOps.cpp405 if (auto validType = type.dyn_cast<::mlir::TensorType>()) in print() local
406 p.printStrippedAttrOrType(validType); in print()