Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Async/Transforms/
H A DAsyncParallelFor.cpp186 static SmallVector<IntegerAttr> integerConstants(ValueRange values) { in integerConstants() function
772 integerConstants(tripCounts), in matchAndRewrite()
773 integerConstants(op.getLowerBound()), in matchAndRewrite()
774 integerConstants(op.getUpperBound()), in matchAndRewrite()
775 integerConstants(op.getStep()), in matchAndRewrite()