Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Tosa/Transforms/
H A DTosaInferShapes.cpp302 auto currentTy = operand.getType(); in runOnOperation() local
304 if (currentTy == castTy) { in runOnOperation()