Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/StandardOps/IR/
DOps.cpp329 if (auto constantIndexOp = dyn_cast_or_null<ConstantIndexOp>(defOp)) { in matchAndRewrite() local
331 newShapeConstants.push_back(constantIndexOp.getValue()); in matchAndRewrite()
4274 if (auto constantIndexOp = dyn_cast_or_null<ConstantIndexOp>(defOp)) { in matchAndRewrite() local
4276 newShapeConstants.push_back(constantIndexOp.getValue()); in matchAndRewrite()