Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/AffineToStandard/
H A DAffineToStandard.cpp185 op.getLowerBoundsOperands()); in matchAndRewrite()
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/IR/
H A DAffineOps.cpp3329 AffineParallelOp::operand_range AffineParallelOp::getLowerBoundsOperands() { in getLowerBoundsOperands() function in AffineParallelOp
3354 return AffineValueMap(getLowerBoundsMap(), getLowerBoundsOperands()); in getLowerBoundsValueMap()
3404 SmallVector<Value, 4> newOperands(getLowerBoundsOperands()); in setUpperBounds()
3471 if (failed(verifyDimAndSymbolIdentifiers(*this, getLowerBoundsOperands(), in verify()
3550 getLowerBoundsOperands(), "max"); in print()
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Utils/
H A DUtils.cpp530 OperandRange lbOperands = op.getLowerBoundsOperands(); in normalizeAffineParallel()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Affine/IR/
H A DAffineOps.td717 operand_range getLowerBoundsOperands();