Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
DPromotion.cpp59 } else if (auto constIndexOp = size.getDefiningOp<ConstantOp>()) { in extractSmallestConstantBoundingSize() local
60 if (constIndexOp.getType().isa<IndexType>()) in extractSmallestConstantBoundingSize()
61 boundingConst = constIndexOp.value().cast<IntegerAttr>().getInt(); in extractSmallestConstantBoundingSize()