Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/SCF/Transforms/
H A DParallelLoopFusion.cpp38 auto matchOperands = [&](const OperandRange &lhs, in equalIterationSpaces() local
43 return matchOperands(firstPloop.getLowerBound(), in equalIterationSpaces()
45 matchOperands(firstPloop.getUpperBound(), in equalIterationSpaces()
47 matchOperands(firstPloop.getStep(), secondPloop.getStep()); in equalIterationSpaces()