Searched refs:consumerInputs (Results 1 – 1 of 1) sorted by relevance
271 SmallVector<OpOperand *> consumerInputs = consumer.getInputOperands(); in fuseElementwiseOpsImpl() local273 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()