Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/
H A DElementwiseOpFusion.cpp271 SmallVector<OpOperand *> consumerInputs = consumer.getInputOperands(); in fuseElementwiseOpsImpl() local
273 llvm::find(consumerInputs, consumerOpOperand); in fuseElementwiseOpsImpl()
274 assert(it != consumerInputs.end() && "expected to find the consumer operand"); in fuseElementwiseOpsImpl()
275 for (OpOperand *opOperand : llvm::make_range(consumerInputs.begin(), it)) { in fuseElementwiseOpsImpl()
305 llvm::make_range(std::next(it), consumerInputs.end())) { in fuseElementwiseOpsImpl()